index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_insnhelper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix MJIT symbol clash with cargo cult
Maxime Chevalier-Boisvert
2021-10-20
1
-2
/
+2
*
Implement defined bytecode (#39)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Implement setivar with a plain old function call (#34)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Implement opt_aset as interpreter handler call
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Implement opt_mod as call to interpreter function (#29)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Implement opt_eq by calling interpreter function (#28)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Implement send with alias method (#23)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Implement calls to methods with simple optional params
Alan Wu
2021-10-20
1
-2
/
+2
*
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
1
-0
/
+3
*
YJIT: lazy polymorphic getinstancevariable
Alan Wu
2021-10-20
1
-0
/
+6
*
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+1
*
Remove useless casts
Nobuyoshi Nakada
2021-10-19
1
-2
/
+2
*
Get rid of type-punning cast
Nobuyoshi Nakada
2021-10-19
1
-1
/
+3
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-2
/
+2
*
Introduce rb_vm_call_with_refinements to DRY up a few calls
Jeremy Evans
2021-10-01
1
-27
/
+4
*
Make Array#min/max optimization respect refined methods
Jeremy Evans
2021-09-30
1
-4
/
+18
*
Extract hook macro for attributes
Nobuyoshi Nakada
2021-09-19
1
-28
/
+24
*
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-11
1
-14
/
+13
*
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-29
1
-4
/
+43
*
Get rid of type-punning pointer casts [Bug #18062]
Nobuyoshi Nakada
2021-08-11
1
-2
/
+5
*
Using RBOOL macro
S.H
2021-08-02
1
-40
/
+20
*
Refactor class variable cache functions
Nobuyoshi Nakada
2021-06-23
1
-43
/
+26
*
Add a cache for class variables
eileencodes
2021-06-18
1
-2
/
+82
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-82
/
+2
*
Filling cache values on cvar write
eileencodes
2021-05-11
1
-7
/
+38
*
Add a cache for class variables
eileencodes
2021-05-11
1
-2
/
+51
*
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-07
1
-2
/
+2
*
Add back checks for empty kw splat with tests (#4405)
Alan Wu
2021-04-23
1
-0
/
+2
*
Remove part of comment that is no longer accurate
Jeremy Evans
2021-04-23
1
-5
/
+0
*
Remove unnecessary checks for empty kw splat
Alan Wu
2021-04-23
1
-2
/
+0
*
fix return from orphan Proc in lambda
Koichi Sasada
2021-04-02
1
-7
/
+31
*
return bool instead of VALUE
Aaron Patterson
2021-03-17
1
-7
/
+7
*
Refactor vm_defined to return a boolean
Aaron Patterson
2021-03-17
1
-34
/
+14
*
Stop calling `rb_iseq_defined_string` in vm_defined
Aaron Patterson
2021-03-17
1
-8
/
+3
*
Remove DEFINED_IVAR2 from enum
John Hawthorn
2021-03-10
1
-3
/
+0
*
opt_equality_by_mid for rb_equal_opt
Koichi Sasada
2021-02-13
1
-36
/
+63
*
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-29
1
-5
/
+6
*
Suppress the warning for the invalid method_explorer case
Nobuyoshi Nakada
2021-01-17
1
-1
/
+1
*
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-13
1
-2
/
+2
*
simplify assertion
Koichi Sasada
2021-01-07
1
-4
/
+1
*
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-04
1
-9
/
+16
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-12
/
+20
*
Fixed leaked global symbols
Nobuyoshi Nakada
2020-12-26
1
-3
/
+4
*
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
1
-1
/
+1
*
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-22
1
-1
/
+1
*
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-21
1
-1
/
+1
*
ALWAYS_INLINE implies inline
Nobuyoshi Nakada
2020-12-19
1
-1
/
+1
*
Fix vm_search_invokeblock
Takashi Kokubun
2020-12-19
1
-1
/
+8
*
discourage inlining for vm_sendish()
Takashi Kokubun
2020-12-19
1
-6
/
+39
*
encourage inlining for vm_sendish()
Koichi Sasada
2020-12-17
1
-34
/
+28
[next]