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
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
2024-05-23
Introduce a specialize instruction for Array#pack
Nobuyoshi Nakada
2024-04-24
We don't need to check if the ci is markable anymore
Aaron Patterson
2024-04-24
Pass a callinfo object to global call cache search
Aaron Patterson
2024-04-24
Reuse slow path method search for gccct
Aaron Patterson
2024-04-19
`RUBY_TRY_UNUSED_BLOCK_WARNING_STRICT`
Koichi Sasada
2024-04-18
Remove markable guard before pushing on ccs list
Aaron Patterson
2024-04-18
Implement equality for CI comparison when CC searching
Aaron Patterson
2024-04-17
relax unused block warning for duck typing
Koichi Sasada
2024-04-17
Improve phrasing of ignored block warnings
Jean Boussier
2024-04-15
show warning for unused block
Koichi Sasada
[next]