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
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
8 days
Avoid issues with refinement zsuper lookup
Jeremy Evans
11 days
Fix missing writebarrier on refined orig_me
John Hawthorn
2026-04-01
Make `ruby_xfree_sized` and `ruby_xrealloc_sized` public
Jean Boussier
2026-03-30
Don't add singleton classes to subclasses list
John Hawthorn
2026-03-27
Rename rb_cfp_iseq to CFP_ISEQ and rb_cfp_pc to CFP_PC
Takashi Kokubun
2026-03-27
Rename cfp->iseq to cfp->_iseq and rb_zjit_cfp_iseq to rb_cfp_iseq
Takashi Kokubun
2026-03-25
Copy allocator to subclasses at boot and on change
John Hawthorn
2026-03-17
Simplify subclasses list, remove from Box
John Hawthorn
2026-03-16
Embed vm->ci_table
Jean Boussier
2026-03-16
Speedup repeated calls to `rb_gccct_clear_table`
Jean Boussier
2026-03-16
Embed vm->overloaded_cme_table
Jean Boussier
2026-03-16
Embed vm->negative_cme_table id_table
Jean Boussier
2026-03-16
Embed the vm->constant_cache id_table
Jean Boussier
2026-02-26
Convert cc_refinement_table into TypedData object
John Hawthorn
2026-02-01
vm_method.c: use sized free for css and method_definition
Jean Boussier
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
[next]