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
2023-02-15
Refactor / document instance variable debug counters
Aaron Patterson
2023-02-04
Remove unneeded repetitions
Takashi Kokubun
2023-02-03
YJIT: Support ifunc on invokeblock (#7233)
Takashi Kokubun
2023-01-17
Avoid checking interrupt when loading iseq
Stan Lo
2023-01-17
Fix crash when defining ivars on special constants
Peter Zhu
2023-01-13
Do not use VM stack for splat arg on cfunc
Koichi Sasada
2023-01-12
Fix write barrier order for `klass` to `cme` edge
Alan Wu
2023-01-11
Remove unnecessary set of INVALID_SHAPE_ID in rb_callcache
Jemma Issroff
2022-12-24
MJIT: Cancel all on disastrous situations (#7019)
Takashi Kokubun
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-12
YJIT: Implement opt_newarray_max instruction (#6893)
Takashi Kokubun
2022-12-10
Update shape capacity when removing ivar and rewriting shape transitions
Jemma Issroff
2022-12-09
YJIT: implement `getconstant` YARV instruction (#6884)
Maxime Chevalier-Boisvert
2022-12-08
YJIT: implement opt_newarray_min YARV instruction (#6888)
Maxime Chevalier-Boisvert
2022-12-07
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
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
[next]