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_insnhelper.c
Age
Commit message (
Expand
)
Author
7 days
Use a `set_table` for `rb_vm_struct.unused_block_warning_table`
Jean Boussier
8 days
Use `set_table` to track const caches
Jean Boussier
10 days
Do not allocate new objects at machine stack overflow
Nobuyoshi Nakada
2025-04-19
Fix style [ci skip]
Nobuyoshi Nakada
2025-04-10
Restore the original order of const_added and inherited callbacks
Xavier Noria
2025-03-27
Avoid array allocation for *nil, by not calling nil.to_a
Jeremy Evans
2025-03-20
Trigger `inherited` and `const_set` callbacks after const has been defined
Jean Boussier
2025-03-14
Invoke `inherited` callbacks before `const_added`
Jean Boussier
2025-03-12
Push a real iseq in rb_vm_push_frame_fname()
Alan Wu
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-11-29
Fix use-after-free in constant cache
Peter Zhu
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-25
Fix vm_objtostring optimization for Symbol
Maximillian Polhill
2024-11-06
`Warning[:strict_unused_block]`
Koichi Sasada
2024-10-31
Define `VM_ASSERT_TYPE` macros
Nobuyoshi Nakada
2024-10-18
YJIT: Allow shareable consts in multi-ractor mode (#11917)
John Hawthorn
2024-10-10
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-10-08
Add a macro to initialize union `cfunc_type`
Nobuyoshi Nakada
2024-10-08
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-10-07
Revert "Add debugging code to vm_objtostring in ASAN"
Peter Zhu
2024-09-25
Don't check poisoned for immediates
Peter Zhu
2024-09-25
Add debugging code to vm_objtostring in ASAN
Peter Zhu
2024-09-05
Optimized instruction for Hash#freeze
Étienne Barrié
2024-09-05
Optimized instruction for Array#freeze
Étienne Barrié
2024-08-19
Avoid hash allocation for certain proc calls
Jeremy Evans
2024-08-16
Revert "Avoid hash allocation for certain proc calls"
Jeremy Evans
2024-08-16
Stringize VM_ASSERT expression before expansion
Nobuyoshi Nakada
2024-08-15
Avoid hash allocation for certain proc calls
Jeremy Evans
2024-08-13
do not show unused block on `send`
Koichi Sasada
2024-08-10
rb_setup_fake_ary: use precomputed flags
Jean Boussier
2024-08-07
Make rb_vm_invoke_bmethod() static
Alan Wu
2024-08-07
Tune codegen for rb_yield() calls landing in ISeqs
Your Name
2024-08-02
Delete unused declaration
Alan Wu
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-07-14
[Bug #20633] Fix the condition for `atomic_signal_fence`
kimuraw (Wataru Kimura)
2024-07-12
fix `defined?(@ivar)` with Ractors
Koichi Sasada
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-07-03
Add explicit compiler fence when pushing frames to ensure safe profiling
Ivo Anjo
2024-07-02
Fix forwarding for optimized send
eileencodes
2024-07-02
Calling into a C func shouldn't fast path when forwarding
eileencodes
2024-06-21
fix sendfwd with `send` and `method_missing`
Koichi Sasada
2024-06-18
Deconstruct ci in one place
Aaron Patterson
2024-06-18
Refactor so we don't have _cd
Aaron Patterson
2024-06-18
Add two new instructions for forwarding calls
Aaron Patterson
2024-06-18
Set a fast path for forwardable iseqs
Aaron Patterson
2024-06-18
Add a CC fastpath for forwardable methods
Aaron Patterson
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-03
Count uninitialized call cache as miss empty
Nobuyoshi Nakada
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-29
Cast to void pointer for -Wformat-pedantic
Nobuyoshi Nakada
[next]