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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused class serial
Jemma Issroff
2022-10-21
1
-3
/
+0
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-2
/
+2
*
Allow method caching of protected FCALLs
John Hawthorn
2022-06-21
1
-2
/
+7
*
RubyVM.stat constant cache metrics (#5766)
Kevin Newton
2022-04-05
1
-1
/
+2
*
Bring back RubyVM.stat(:global_constant_state)
Kevin Newton
2022-04-04
1
-0
/
+1
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-3
/
+0
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-0
/
+3
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-3
/
+0
*
Count interpreter instructions when -DYJIT_STATS=1
Alan Wu
2021-10-20
1
-2
/
+2
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-2
/
+2
*
Implement --ujit-stats and instructoin counting
Alan Wu
2021-10-20
1
-0
/
+5
*
Add a cache for class variables
eileencodes
2021-06-18
1
-0
/
+3
*
Clarify these are just for MJIT
Takashi Kokubun
2021-06-02
1
-2
/
+2
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-3
/
+0
*
Add a cache for class variables
eileencodes
2021-05-11
1
-0
/
+3
*
Fixed leaked global symbols
Nobuyoshi Nakada
2020-12-26
1
-1
/
+1
*
Functions defined in headers should be static inline
Nobuyoshi Nakada
2020-11-15
1
-1
/
+1
*
ruby_vm_global_method_state is no longer needed.
Koichi Sasada
2020-10-14
1
-3
/
+0
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-1
/
+1
*
Extracted METHOD_ENTRY_CACHEABLE macro
Nobuyoshi Nakada
2020-06-30
1
-1
/
+1
*
Use canary cond also if not VM_CHECK_MODE to suppress warnings
Nobuyoshi Nakada
2020-06-22
1
-2
/
+2
*
Verify builtin inline annotation with VM_CHECK_MODE (#3244)
Takashi Kokubun
2020-06-21
1
-7
/
+7
*
Suppress warnings no inline ruby debug (#3107)
Kenta Murata
2020-05-22
1
-1
/
+1
*
add #include guard hack
卜部昌平
2020-04-13
1
-3
/
+2
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-0
/
+1
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-11
/
+4
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-5
/
+5
*
per-method serial number
卜部昌平
2019-12-18
1
-1
/
+1
*
Define PREV_CLASS_SERIAL
John Hawthorn
2019-12-17
1
-0
/
+1
*
convert macros into inline functions
卜部昌平
2019-12-17
1
-10
/
+13
*
ensure cc->def == cc->me->def
卜部昌平
2019-12-16
1
-0
/
+8
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-1
/
+1
*
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
1
-0
/
+1
*
Don't pass an empty keyword hash when double splatting empty hash
Jeremy Evans
2019-08-30
1
-0
/
+1
*
Initialize vm_throw_data::throw_state as int
Nobuyoshi Nakada
2019-07-25
1
-2
/
+4
*
constify again.
Koichi Sasada
2019-07-22
1
-2
/
+2
*
Make export declaration place more consistent
Takashi Kokubun
2019-07-14
1
-2
/
+0
*
MJIT Support for getblockparamproxy
Takashi Kokubun
2019-07-14
1
-0
/
+2
*
Share vm_call_iseq_optimizable_p to reduce copy-paste
k0kubun
2019-03-21
1
-0
/
+9
*
on-smash canary detection
shyouhei
2019-02-01
1
-3
/
+11
*
vm.inc now in C99
shyouhei
2019-01-25
1
-0
/
+1
*
vm_insnhelper.c: delete unused macros
shyouhei
2018-12-28
1
-48
/
+1
*
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-26
1
-36
/
+0
*
vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATH
k0kubun
2018-09-18
1
-1
/
+1
*
move ADD_PC around (take 2)
shyouhei
2018-09-14
1
-7
/
+11
*
vm_insnhelper.h: drop OPT_CALL_FASTPATH macro support
k0kubun
2018-09-13
1
-8
/
+0
*
Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"
k0kubun
2018-09-13
1
-2
/
+6
*
vm_insnhelper.h: simplify EXEC_EC_CFP implementation
k0kubun
2018-09-13
1
-6
/
+2
*
move canary-related statements into macros
shyouhei
2018-09-13
1
-0
/
+21
*
mjit.c: initial support for mswin MJIT
k0kubun
2018-08-07
1
-4
/
+4
[next]