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
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
卜部昌平
2020-06-09
vm_empty_cc: fix MSVC compile error
卜部昌平
2020-06-09
vm_empty_cc: refactor use macro
卜部昌平
2020-06-09
rb_equal_opt: fully static call data
卜部昌平
2020-06-04
Moved vm_empty_cc to local in vm.c [Bug #16934]
Nobuyoshi Nakada
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-21
Unpin and update VM references
Aaron Patterson
2020-05-18
Allow references stored in the VM stack to move
Aaron Patterson
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-11
add debug method RubyVM::mtbl2 (disabled)
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-20
hide vm_ep_in_heap_p_
卜部昌平
2020-02-09
Disable GC until VM objects get initialized [Bug #16616]
Nobuyoshi Nakada
2020-02-07
more on NULL versus functions.
卜部昌平
2020-02-06
Increase the frozen_strings table initial size
Jean Boussier
2020-01-11
Let execution context local storage be an ID table
Lourens Naudé
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-23
[DOC] Fix invalid code to make it syntax highlighted
Marcus Stollsteimer
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-17
Skip optimized method check for most method IDs
John Hawthorn
2019-12-05
fix parameter
Koichi Sasada
[next]