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.c
Age
Commit message (
Expand
)
Author
2021-07-16
Add debug assertion in `rb_funcall*` that the current thread has the gvl.
Samuel Williams
2021-07-01
Keep GC disabled until VM bootstrap has done [Bug #17583]
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-06-18
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
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-04-23
Remove unneeded comment
S-H-GAMELINKS
2021-03-17
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-03-09
Destroy VM-wise locks before freeing [Bug #15852]
Nobuyoshi Nakada
2021-02-12
[Fixes #17622] Mark and move the previous ep
Peter Zhu
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-29
Stop managing valid class serials
Takashi Kokubun
2020-12-24
shareable_constant_value: experimental_copy
Koichi Sasada
2020-12-23
Changed shareable literal semantics [Feature #17397]
Nobuyoshi Nakada
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-22
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-21
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-20
Mark active_units
Takashi Kokubun
2020-12-20
Stop marking unit_queue
Takashi Kokubun
2020-12-19
fix method cache debug tool
Koichi Sasada
2020-12-14
Support shareable_constant_value: literal
Nobuyoshi Nakada
2020-12-14
Make the value shareable deeply
Nobuyoshi Nakada
2020-12-14
Call FrozenCore.make_shareable
Nobuyoshi Nakada
2020-12-14
Introduce negative method cache
Koichi Sasada
2020-12-07
Removed deprecated Time#succ
Nobuyoshi Nakada
2020-12-07
fix decl of ruby_single_main_ractor
Koichi Sasada
2020-12-04
fix initialize order
Koichi Sasada
2020-12-03
add GC guard
Koichi Sasada
2020-12-01
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-11-30
Only check if the current ep is a local or not, then mark
Aaron Patterson
2020-11-22
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-18
fix public interface
Koichi Sasada
2020-11-09
rb_vm_add_root_module(): Remove unused parameter
Alan Wu
2020-11-02
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-10-30
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-10-30
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-10-20
Dump FrozenCore specially
Nobuyoshi Nakada
2020-10-20
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
Use language TLS specifier if it is possible.
Koichi Sasada
2020-10-14
ruby_vm_global_method_state is no longer needed.
Koichi Sasada
2020-10-01
Update the thread's self / wrapper address
Aaron Patterson
2020-09-28
Fix ASAN support when invalidating CCs
Aaron Patterson
2020-09-25
Fibers should update themselves on compaction
Aaron Patterson
2020-09-04
Initialize loop variables of list_for_each for MS VC
Nobuyoshi Nakada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-06-29
vm_exec_handle_exception: do not goto into a branch
卜部昌平
[next]