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
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
2023-03-15
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-14
YJIT: Introduce no_gc attribute (#7511)
Takashi Kokubun
2023-03-14
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-11
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-11
Support multiple attributes with Primitive.attr!
Takashi Kokubun
2023-03-09
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-07
Allow enabling YJIT and RJIT independently (#7474)
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-05
Store MJIT blocks on each ISEQ
Takashi Kokubun
2023-03-05
Refactor BranchStub
Takashi Kokubun
2023-02-10
use correct svar even if env is escaped
Koichi Sasada
2023-01-20
Make all of the references of iseq movable
Peter Zhu
2023-01-17
Avoid checking interrupt when loading iseq
Stan Lo
[next]