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
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-05-23
Introduce a specialize instruction for Array#pack
Nobuyoshi Nakada
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-30
Free unused_block_warning_table when RUBY_FREE_AT_EXIT
Peter Zhu
2024-04-27
Remove unnecessary assignment to ast->body.line_count
HASUMI Hitoshi
2024-04-27
Add line_count field to rb_ast_body_t
HASUMI Hitoshi
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-25
YJIT: Optimize local variables when EP == BP (take 2) (#10607)
Takashi Kokubun
2024-04-24
Add ruby_mimcalloc
Peter Zhu
2024-04-19
Revert "YJIT: Optimize local variables when EP == BP" (#10584)
Alan Wu
2024-04-19
`RUBY_TRY_UNUSED_BLOCK_WARNING_STRICT`
Koichi Sasada
2024-04-17
YJIT: Optimize local variables when EP == BP (#10487)
Takashi Kokubun
2024-04-17
relax unused block warning for duck typing
Koichi Sasada
2024-04-15
Emit a performance warning when redefining specially optimized methods
Jean Boussier
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-04
Merge rb_objspace_alloc and Init_heap.
Matt Valentine-House
2024-03-27
Turn GC off at boot on Windows
Peter Zhu
2024-03-27
Register classpath of FrozenCore before converting to ICLASS
Peter Zhu
2024-03-25
Check ASAN fake stacks when marking non-current threads
KJ Tsanaktsidis
2024-03-17
Prefer `enum ruby_tag_type` over `int`
Nobuyoshi Nakada
2024-03-15
Initialize VM stack if VM_CHECK_MODE
Alan Wu
2024-03-14
Fix typo from gloabl_object_list to global_object_list
Peter Zhu
2024-03-14
Move gloabl_object_list from objspace to VM
Peter Zhu
2024-03-14
[Feature #20306] Implement ruby_free_at_exit_p
Peter Zhu
2024-03-08
Retire RUBY_MARK_UNLESS_NULL
Jean Boussier
2024-03-06
Refactor VM root modules
Jean Boussier
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-02-27
Use RB_SPECIAL_CONST_P instead of rb_special_const_p
Peter Zhu
2024-02-21
Add IMEMO_NEW
Peter Zhu
2024-02-20
De-dup identical callinfo objects
John Hawthorn
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-12
Enable redefinition check for rbinc methods
Nobuyoshi Nakada
2024-01-19
Remove null checks for xfree
Peter Zhu
2024-01-19
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-14
Support keyword splatting nil
Jeremy Evans
2024-01-12
Revert "Pass down "stack start" variables from closer to the top of the stack"
KJ Tsanaktsidis
2024-01-12
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-11
Free environ when RUBY_FREE_AT_EXIT
Peter Zhu
2024-01-03
Free rb_native_thread of main thread
Peter Zhu
2023-12-22
FREE_AT_EXIT: Don't free main stack post-fork
John Hawthorn
2023-12-22
Free default_rand_key after freeing Ractors
John Hawthorn
2023-12-20
Correct free_on_exit env var to free_at_exit
HParker
2023-12-18
[DOC] No document for internal or debug methods
Nobuyoshi Nakada
2023-12-15
Introduce --parser runtime flag
HParker
2023-12-15
free ractors with ractor_free
HParker
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
2023-12-08
Thread specific storage APIs
Koichi Sasada
2023-12-07
Free everything at shutdown
Adam Hess
2023-12-07
Fix potential compaction issue in env_copy()
Alan Wu
2023-12-07
Add missing write barrier to env_copy()
Alan Wu
[next]