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-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
2023-07-18
Fix off-by-one in comment [ci skip]
Alan Wu
2023-07-17
Remove __bp__ and speed-up bmethod calls (#8060)
Alan Wu
2023-07-01
Fallback `rb_iseq_complete`
Nobuyoshi Nakada
2023-06-30
Compile code for lazy ISeq loding always
Nobuyoshi Nakada
2023-05-15
Remove explicit SIGCHLD handling. (#7816)
Samuel Williams
2023-04-26
[Bug #19592] Fix ext/Setup support
Alan Wu
2023-04-25
Generalize cfunc large array splat fix to fix many additional cases raising S...
Jeremy Evans
2023-04-13
Speed up rebuilding the loaded feature index
Jeremy Evans
2023-04-11
Move `catch_except_p` to `compile_data`
eileencodes
2023-04-06
Remove dependancy of vm_core.h on shape.h
Matt Valentine-House
2023-04-06
Pull the shape tree out of the vm object
Matt Valentine-House
2023-04-04
`rb_th_serial(th)` allows `th == NULL`
Koichi Sasada
2023-03-31
rename `rb_thread_t::locking_native_thread`
Koichi Sasada
2023-03-30
`rb_current_ractor_raw(b)`
Koichi Sasada
2023-03-23
`vm_call_single_noarg_inline_builtin`
Koichi Sasada
2023-03-16
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-15
Move RB_VM_SAVE_MACHINE_CONTEXT to internal/thread.h
Matt Valentine-House
2023-03-15
Rename RB_GC_SAVE_MACHINE_CONTEXT -> RB_VM_SAVE_MACHINE_CONTEXT
Matt Valentine-House
2023-03-15
Move RB_GC_SAVE_MACHINE_CONTEXT to vm_core.h
Matt Valentine-House
[next]