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
*
Allow method caching of protected FCALLs
John Hawthorn
2022-06-21
1
-4
/
+4
*
Don't check protected method ancestry on fcall
John Hawthorn
2022-06-21
1
-1
/
+1
*
Allow calling protected methods from refinements
John Hawthorn
2022-06-16
1
-6
/
+16
*
Fix use-after-free with interacting TracePoints
Alan Wu
2022-05-30
1
-5
/
+18
*
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-23
1
-1
/
+1
*
Rust YJIT
Alan Wu
2022-04-27
1
-2
/
+7
*
sync `vm->constant_cache`
Koichi Sasada
2022-04-08
1
-1
/
+6
*
Fix strict aliasing issue
Alan Wu
2022-04-07
1
-4
/
+8
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-7
/
+44
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-44
/
+7
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-7
/
+44
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-86
/
+86
*
Small optimization for the opt_and instruction
Aaron Patterson
2022-03-10
1
-2
/
+8
*
Streamline cached attr reader / writer indexes
Jemma Issroff
2022-01-26
1
-8
/
+8
*
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
1
-2
/
+2
*
@@cv is not accessible from non-main ractors
Koichi Sasada
2021-12-24
1
-1
/
+3
*
`mandatory_only_cme` should not be in `def`
Koichi Sasada
2021-12-21
1
-11
/
+5
*
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
1
-24
/
+14
*
Rework tracing for blocks running as methods
Alan Wu
2021-12-01
1
-5
/
+30
*
Add setclassvariable to yjit (#5127)
Eileen M. Uchitelle
2021-11-23
1
-0
/
+6
*
Fix setting struct member by public_send
Nobuyoshi Nakada
2021-11-21
1
-5
/
+4
*
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
1
-61
/
+135
*
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-19
1
-2
/
+2
*
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-18
1
-0
/
+64
*
Refactor setclassvariable (#5143)
Eileen M. Uchitelle
2021-11-18
1
-2
/
+5
*
Refactor getclassvariable (#5137)
Eileen M. Uchitelle
2021-11-18
1
-4
/
+7
*
no need to check `cme == NULL`
Koichi Sasada
2021-11-17
1
-2
/
+1
*
`vm_empty_cc_for_super`
Koichi Sasada
2021-11-17
1
-10
/
+27
*
a variable is not needed.
Koichi Sasada
2021-11-17
1
-2
/
+1
*
`Primitive.mandatory_only?` consider splat args
Jean Boussier
2021-11-17
1
-2
/
+4
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-4
/
+15
*
[Bug #18329] Fix crash when calling non-existent super method
Peter Zhu
2021-11-11
1
-1
/
+2
*
vm_core.h: Avoid unaligned access to ic_serial on 32-bit machine
Yusuke Endoh
2021-10-29
1
-2
/
+2
*
the core problem is the Proc is not shareable
Satoshi Moris Tagomori
2021-10-27
1
-1
/
+1
*
Extract yjit_force_iv_index and make it work when object is frozen
Alan Wu
2021-10-20
1
-6
/
+0
*
Add comments about special runtime routines YJIT calls
Alan Wu
2021-10-20
1
-0
/
+1
*
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
1
-0
/
+2
*
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
1
-1
/
+1
*
Implement getclassvariable in yjit
eileencodes
2021-10-20
1
-0
/
+12
*
Add a slowpath for opt_getinlinecache
Alan Wu
2021-10-20
1
-0
/
+6
*
Remove vm_opt_aset
John Hawthorn
2021-10-20
1
-6
/
+0
*
Add comments for new function
Aaron Patterson
2021-10-20
1
-2
/
+6
*
Refactor attrset to use a function
Aaron Patterson
2021-10-20
1
-0
/
+18
*
Remove rb_opt_equality_specialized
John Hawthorn
2021-10-20
1
-6
/
+0
*
Implement splatarray
Kevin Newton
2021-10-20
1
-0
/
+6
*
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
[next]