summaryrefslogtreecommitdiff
path: root/shape.c
AgeCommit message (Expand)Author
2022-12-22Hide RubyVM::Shape's interface as much as possible [ci skip]Takashi Kokubun
2022-12-16Clean up Ruby Shape APIJemma Issroff
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-15Transition complex objects to "too complex" shapeJemma Issroff
2022-12-15Add variation_count on classesJemma Issroff
2022-12-15Revert "Fix Object Movement allocation in GC"Peter Zhu
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-14Remove dead code in get_next_shape_internalPeter Zhu
2022-12-10Update shape capacity when removing ivar and rewriting shape transitionsJemma Issroff
2022-12-08ObjectSpace.dump_all: dump shapes as wellJean Boussier
2022-12-07Stop transitioning to UNDEF when undefining an instance variableAaron Patterson
2022-12-05YJIT: Extract SHAPE_ID_NUM_BITS into a constant (#6863)Jemma Issroff
2022-12-02Remove unused rb_shape_flag_shift and rb_shape_flag_maskJemma Issroff
2022-12-02Extracted rb_shape_id_offsetJemma Issroff
2022-12-02implement IV writesAaron Patterson
2022-12-01Add a macro for SHAPE_DEBUGJohn Hawthorn
2022-11-21Speed up shape transitionsPeter Zhu
2022-11-1832 bit comparison on shape idAaron Patterson
2022-11-18rename SHAPE_BITS to SHAPE_ID_NUM_BITSAaron Patterson
2022-11-18Differentiate T_OBJECT shapes from other objectsAaron Patterson
2022-11-17Fix indentation of switch statement in shape.cPeter Zhu
2022-11-15Fix buffer overrun in ivars when rebuilding shapesPeter Zhu
2022-11-14Remove unused function rb_shape_transition_shapePeter Zhu
2022-11-10Extract `rb_shape_get_parent` helperJemma Issroff
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-10-31Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn
2022-10-21Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff
2022-10-19Transition frozen string to frozen root shapeJemma Issroff
2022-10-13Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson
2022-10-12Unwrap shape id as unsigned intAaron Patterson
2022-10-12Adjust indents [ci skip]Nobuyoshi Nakada
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30Fix frozen object inspecteileencodes
2022-09-28Shapes wrappers shouldn't mark the shapeAaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff