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-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
2023-01-13
Do not use VM stack for splat arg on cfunc
Koichi Sasada
2022-12-08
MJIT: Improve comments for JIT fields [ci skip]
Takashi Kokubun
2022-12-08
MJIT: Clarify jit_unit is only for MJIT
Takashi Kokubun
2022-12-06
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
Move BOP macros to separate file
Daniel Colson
2022-12-01
Improve packing of iseq_constant_body struct
John Hawthorn
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-11-25
Fix autoload status of statically linked extensions
Alan Wu
2022-11-22
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
[next]