index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_core.h
Age
Commit message (
Expand
)
Author
2021-12-21
make `overloaded_cme_table` truly weak key map
Koichi Sasada
2021-12-15
fix local TP memory leak
Koichi Sasada
2021-12-13
Introduce an option "--dump=insns_without_opt" for debugging purposes
Yusuke Endoh
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-30
Select including thread impl file at config time
Yuta Saito
2021-10-29
vm_core.h: Avoid unaligned access to ic_serial on 32-bit machine
Yusuke Endoh
2021-10-25
Make Coverage suspendable (#4856)
Yusuke Endoh
2021-10-24
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-21
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-20
Add comments about special runtime routines YJIT calls
Alan Wu
2021-10-20
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
WIP refactor block lists to use darray
Maxime Chevalier-Boisvert
2021-10-20
Tie lifetime of uJIT blocks to iseqs
Alan Wu
2021-10-20
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-02
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-18
Revert "Do not load file with same realpath twice when requiring"
Jeremy Evans
2021-09-18
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-10
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-06
Use free instead of xfree to free altstack
Yusuke Endoh
2021-08-10
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-06-18
Add a cache for class variables
eileencodes
2021-06-09
Pack iseq_inline_constant_cache_entry
Nobuyoshi Nakada
2021-06-02
Clarify these are just for MJIT
Takashi Kokubun
2021-06-01
Enable VM_ASSERT in --jit CIs (#4543)
Takashi Kokubun
2021-05-26
Add Thread#native_thread_id [Feature #17853]
NARUSE, Yui
2021-05-21
Update a comment about what 'inline' attr means
Takashi Kokubun
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Add a cache for class variables
eileencodes
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-01
Adjust struct member offset for i386 Cygwin
xtkoba
2021-03-17
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-06
expose some C-APIs for ractor
Koichi Sasada
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-12-22
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-21
export rb_eRactorIsolationError for MJIT
Koichi Sasada
2020-12-21
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-12-14
Introduce negative method cache
Koichi Sasada
2020-12-12
Signal handler type should be void
Nobuyoshi Nakada
2020-12-07
fix decl of ruby_single_main_ractor
Koichi Sasada
2020-12-07
ruby_single_main_ractor for single ractor mode
Koichi Sasada
2020-12-01
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-11-11
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-10-30
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
[next]