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
2022-11-22
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-21
Refactor obj_ivar_set and vm_setivar
Peter Zhu
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-10-15
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-12
Initialize shape attr index also in non-markable CC
Nobuyoshi Nakada
2022-10-12
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-12
Do not read cached_id from callcache on stack
Yusuke Endoh
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-01
Use the dedicated function to check arity
Nobuyoshi Nakada
2022-10-01
Add macros for assertions
Nobuyoshi Nakada
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
Only assert ractor_shareable is consistent on ivar_set for T_OBJECT
Jemma Issroff
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-21
vm_method_cfunc_is: get rid of ANYARGS
卜部昌平
2022-09-21
cref_replace_with_duplicated_cref_each_frame: returns a pointer
卜部昌平
2022-09-21
vm_insnhelper.c: add casts
卜部昌平
2022-09-08
vm_objtostring: skip method lookup for T_STRING receivers
Jean Boussier
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-29
YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)
Maple Ong
2022-08-25
Fix private methods reported as protected when called via Symbol#to_proc
Jean Boussier
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-19
Repalce to NIL_P macro
S-H-GAMELINKS
2022-08-10
Only allow procs created by Symbol#to_proc to call public methods
Jeremy Evans
2022-08-04
Fix inconsistency with opt_aref_with
John Hawthorn
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
Do not have class/module keywords look up ancestors of Object
Jeremy Evans
2022-07-18
Extract vm_ic_entry API to mimic vm_cc behavior
Jemma Issroff
2022-07-06
vm_opt_ltlt: call rb_str_buf_append directly if RHS is a String
Jean Boussier
2022-07-03
Fix empty call cache check for debug counter
Nobuyoshi Nakada
2022-06-30
YJIT: Refactor gen_opt_mod (#6078)
Dave Schwantes
2022-06-21
Allow method caching of protected FCALLs
John Hawthorn
2022-06-21
Don't check protected method ancestry on fcall
John Hawthorn
2022-06-16
Allow calling protected methods from refinements
John Hawthorn
2022-05-30
Fix use-after-free with interacting TracePoints
Alan Wu
2022-05-23
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-04-27
Rust YJIT
Alan Wu
2022-04-08
sync `vm->constant_cache`
Koichi Sasada
2022-04-07
Fix strict aliasing issue
Alan Wu
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
[next]