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
2024-07-03
[Feature #20470] Implement support for USE_SHARED_GC
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-06-30
Add RB_GC_GUARD for ast_value
yui-knk
2024-06-21
Load external GC using command line argument
Peter Zhu
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-25
Embed rb_gc_function_map_t in rb_vm_t
Peter Zhu
2024-04-24
Add macro load_external_gc_func for loading functions from external GC
Peter Zhu
2024-04-19
`RUBY_TRY_UNUSED_BLOCK_WARNING_STRICT`
Koichi Sasada
2024-04-17
relax unused block warning for duck typing
Koichi Sasada
2024-04-15
Initialize external GC Library
Matt Valentine-House
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-15
show warning for unused block
Koichi Sasada
2024-03-25
Check ASAN fake stacks when marking non-current threads
KJ Tsanaktsidis
2024-03-25
Move asan_fake_stack_handle to EC, not thread
KJ Tsanaktsidis
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-06
Refactor VM root modules
Jean Boussier
2024-02-21
[PRISM] Provide runtime flag for prism in iseq
Kevin Newton
2024-02-21
Add IMEMO_NEW
Peter Zhu
2024-02-20
De-dup identical callinfo objects
John Hawthorn
2024-02-08
Show actual imemo type when unexpected type
Nobuyoshi Nakada
2024-01-24
Introduce Allocationless Anonymous Splat Forwarding
Jeremy Evans
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2024-01-22
Use line numbers as builtin-index
Nobuyoshi Nakada
2024-01-19
Mark asan fake stacks during machine stack marking
KJ Tsanaktsidis
2024-01-19
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-16
Rename BUILTIN_ATTR_SINGLE_NOARG_INLINE
Takashi Kokubun
2024-01-16
Drop obsoleted BUILTIN_ATTR_NO_GC attribute
Takashi Kokubun
2024-01-12
Revert "Pass down "stack start" variables from closer to the top of the stack"
KJ Tsanaktsidis
2024-01-12
Revert "Mark asan fake stacks during machine stack marking"
KJ Tsanaktsidis
2024-01-12
Mark asan fake stacks during machine stack marking
KJ Tsanaktsidis
2024-01-12
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-05
Do not `poll` first
Koichi Sasada
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
2023-12-08
Thread specific storage APIs
Koichi Sasada
2023-11-23
[wasm] Use xmalloc/xfree for jmpbuf allocation to trigger GC properly
Yuta Saito
2023-11-15
Adjust spaces [ci skip]
Nobuyoshi Nakada
2023-11-13
[wasm] allocate Asyncify setjmp buffer in heap
Yuta Saito
2023-10-12
YJIT: port call threshold logic from Rust to C for performance (#8628)
Maxime Chevalier-Boisvert
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-09-25
Abort dumping when output failed
Nobuyoshi Nakada
2023-09-25
Dump backtraces to an arbitrary stream
Nobuyoshi Nakada
2023-09-12
Make Kernel#lambda raise when given non-literal block
Alan Wu
2023-08-17
YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)
Maxime Chevalier-Boisvert
2023-08-11
Reorder bp_check and jit_return in cfp
Takashi Kokubun
2023-08-08
YJIT: Compile exception handlers (#8171)
Takashi Kokubun
2023-07-31
`calling->cd` instead of `calling->ci`
Koichi Sasada
2023-07-27
Clean up OPT_STACK_CACHING (#8132)
Takashi Kokubun
[next]