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
ruby_4_0
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_method.c
Age
Commit message (
Expand
)
Author
2025-12-31
Register imemo_ment as a pinning object
Peter Zhu
2025-12-26
Remove `rb_clear_constant_cache` deprecated for 3 years
Nobuyoshi Nakada
2025-12-19
Don't copy invalidated CME in rb_vm_cc_table_dup
John Hawthorn
2025-12-18
Store ractor_id directly on EC
John Hawthorn
2025-12-16
Make tracepoints with set_trace_func or TracePoint.new ractor local (#15468)
Luke Gruber
2025-12-11
Speed up class allocator search
John Hawthorn
2025-12-10
Fix refinement modification of method visibility in superclass
Jeremy Evans
2025-12-04
Change bmethod defined_ractor to use id instead
John Hawthorn
2025-11-12
Fix memory leak in invalidate_ccs_in_iclass_cc_tbl
Peter Zhu
2025-11-09
[Bug #21673] Fix resolving refined module-defined method
Nobuyoshi Nakada
2025-11-07
renaming internal data structures and functions from namespace to box
Satoshi Tagomori
2025-10-26
Make rb_vm_ccs_invalidate_and_free static
Peter Zhu
2025-10-23
use `SET_SHAREABLE`
Koichi Sasada
2025-10-03
[Bug #21620] Fix strict aliasing in rb_managed_id_table_lookup
Peter Zhu
2025-09-25
ZJIT: Remove dead CMEs from `Invariants`
Alan Wu
2025-09-22
Add missing locks to method table
John Hawthorn
2025-08-28
ZJIT: Add missing rb_zjit_cme_invalidate
Takashi Kokubun
2025-08-21
Add lock-free fastpath to callable_method_entry...
John Hawthorn
2025-08-22
Do not respect ruby2_keywords on method/proc with post arguments
Jeremy Evans
2025-08-21
Atomic CC table set in cache_callable_method_entry
John Hawthorn
2025-08-20
Fix race condition in method invalidation for Ractors
Peter Zhu
2025-08-20
Fix indentation in clear_method_cache_by_id_in_class [ci skip]
Peter Zhu
2025-08-07
Invalidate CCs when cme is invalidated in marking
John Hawthorn
2025-08-01
Ensure CC entries always marked, add missing WB
John Hawthorn
2025-08-01
Convert `rb_class_cc_entries.entries` in a flexible array member
Jean Boussier
2025-08-01
Refactor `vm_lookup_cc` to allow lock-free lookups in `RClass.cc_tbl`
Jean Boussier
2025-08-01
Make `RClass.cc_table` a managed object
Jean Boussier
2025-08-01
Use `rb_gc_mark_weak` for `cc->klass`.
Jean Boussier
2025-07-30
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
Takashi Kokubun
2025-07-28
ZJIT: Support invalidating constant patch points (#13998)
Stan Lo
2025-07-18
ZJIT: Support invalidating on method redefinition (#13875)
Stan Lo
2025-07-17
Make protected documentation more explicit about differences (#13849)
Vinicius Stock
2025-07-11
Rename some set_* functions to set_table_*
Jeremy Evans
2025-07-09
Fix whitespace on some RB_VM_LOCKING calls
John Hawthorn
2025-06-25
Change def->method_serial to be atomic
Luke Gruber
2025-06-09
Optimize callcache invalidation for refinements
alpaca-tc
2025-05-26
* remove trailing spaces. [ci skip]
git
2025-05-25
Use RB_VM_LOCKING
Nobuyoshi Nakada
2025-05-11
namespace on read
Satoshi Tagomori
2025-05-02
Delete always true assert [ci skip]
Alan Wu
2025-04-26
Use `set_table` to track const caches
Jean Boussier
2025-04-19
Fix style [ci skip]
Nobuyoshi Nakada
2025-03-20
Use atomic for method reference count [Bug #20934]
John Hawthorn
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-01-31
rb_alias: improve "undefined method" error message by invoking
Fabio Sangiovanni
2024-12-19
ruby2_keywords warnings: Quote non-UTF8 method names fully
Alan Wu
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-11-29
Warn when redefining __id__ as well as object_id
John Hawthorn
2024-11-25
Place all non-default GC API behind USE_SHARED_GC
Matt Valentine-House
2024-11-06
[Bug #20868] Fix Method#hash to not change after compaction
Peter Zhu
[next]