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
*
Improve error message when subclassing non-Class
Jeremy Evans
2020-11-13
1
-1
/
+1
*
Add debug counter for ivar inline cache misses that could hit
Aaron Patterson
2020-11-09
1
-0
/
+1
*
Avoid slow path ivar setting
Aaron Patterson
2020-11-09
1
-0
/
+11
*
Update vm_insnhelper.c
Aaron Patterson
2020-11-09
1
-1
/
+1
*
Remove iv table size check
Aaron Patterson
2020-11-09
1
-14
/
+7
*
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-11-09
1
-2
/
+12
*
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-30
1
-2
/
+4
*
Fix bootstrap-test error in previous commit
Jeremy Evans
2020-10-25
1
-1
/
+1
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-28
/
+45
*
Abort on system stack overflow during GC
Alan Wu
2020-10-16
1
-1
/
+4
*
sync generic_ivtbl
Koichi Sasada
2020-10-14
1
-2
/
+2
*
Make minor improvements to super
eileencodes
2020-10-01
1
-4
/
+5
*
prohibi method call by defined_method in other racotrs
Koichi Sasada
2020-09-25
1
-1
/
+6
*
Improve the performance of super
eileencodes
2020-09-23
1
-2
/
+14
*
Revert "Prevent SystemStackError when calling super in module with activated ...
Jeremy Evans
2020-09-22
1
-3
/
+0
*
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-09-15
1
-9
/
+0
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-22
/
+33
*
Remove the pc argument of vm_trace()
Alan Wu
2020-09-01
1
-2
/
+3
*
Fix Method#super_method for aliased methods
Jeremy Evans
2020-08-27
1
-3
/
+3
*
Prevent SystemStackError when calling super in module with activated refinement
Jeremy Evans
2020-07-27
1
-0
/
+3
*
Fixed another typo
Nobuyoshi Nakada
2020-07-10
1
-1
/
+1
*
Fixed typos
Nobuyoshi Nakada
2020-07-10
1
-2
/
+2
*
vm_push_frame_debug_counter_inc: use branches
卜部昌平
2020-07-10
1
-6
/
+16
*
vm_push_frame: move assignments around
卜部昌平
2020-07-10
1
-14
/
+14
*
vm_push_frame: move assertions out of the function
卜部昌平
2020-07-10
1
-3
/
+4
*
vm_push_frame: hoist out debug codes
卜部昌平
2020-07-10
1
-28
/
+41
*
nobody uses the return value of vm_push_frame
卜部昌平
2020-07-10
1
-3
/
+1
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
1
-1
/
+1
*
Extracted METHOD_ENTRY_CACHEABLE macro
Nobuyoshi Nakada
2020-06-30
1
-4
/
+4
*
vm_getivar: do not goto into a branch
卜部昌平
2020-06-29
1
-17
/
+21
*
Decide JIT-ed insn based on cached cfunc
Takashi Kokubun
2020-06-25
1
-0
/
+16
*
Verify builtin inline annotation with VM_CHECK_MODE (#3244)
Takashi Kokubun
2020-06-21
1
-4
/
+7
*
Fix -Wmaybe-uninitialized at vm_invoke_block
Takashi Kokubun
2020-06-21
1
-0
/
+1
*
Replaced accessors of `Struct` with `invokebuiltin`
Nobuyoshi Nakada
2020-06-17
1
-14
/
+0
*
Revert "Replaced accessors of `Struct` with `invokebuiltin`"
Nobuyoshi Nakada
2020-06-16
1
-0
/
+14
*
Replaced accessors of `Struct` with `invokebuiltin`
Nobuyoshi Nakada
2020-06-16
1
-14
/
+0
*
vm_call_method: avoid marking on-stack object
卜部昌平
2020-06-10
1
-1
/
+2
*
rb_eql_opt,rb_equal_opt: purge stale cc
卜部昌平
2020-06-09
1
-4
/
+2
*
vm_ccs_push: do not cache non-heap entries
卜部昌平
2020-06-09
1
-0
/
+7
*
VM_CI_NEW_ID: USE_EMBED_CI could be false
卜部昌平
2020-06-09
1
-6
/
+16
*
eliminate C99 compound literals
卜部昌平
2020-06-09
1
-16
/
+27
*
vm_call_method: use struct assignment
卜部昌平
2020-06-09
1
-1
/
+2
*
rb_vm_call0: on-stack call info
卜部昌平
2020-06-09
1
-22
/
+0
*
vm_yield_setup_args: refactor use macro
卜部昌平
2020-06-09
1
-4
/
+1
*
vm_call_method: no call vm_cc_fill
卜部昌平
2020-06-09
1
-5
/
+3
*
vm_call_refined: no call vm_cc_fill
卜部昌平
2020-06-09
1
-5
/
+3
*
vm_call_zsuper: no call vm_cc_fill
卜部昌平
2020-06-09
1
-6
/
+3
*
vm_call_method_missing_body: on-stack call info
卜部昌平
2020-06-09
1
-9
/
+5
*
vm_call_symbol: on-stack call info
卜部昌平
2020-06-09
1
-8
/
+16
*
vm_call_alias: no call vm_cc_fill
卜部昌平
2020-06-09
1
-6
/
+15
[next]