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
/
test
/
ruby
/
test_shapes.rb
Age
Commit message (
Expand
)
Author
2023-11-17
Fix corruption when out of shape during ivar remove
Peter Zhu
2023-11-13
Don't overwrite shape capacity when removing ivar
Peter Zhu
2023-11-06
generic_ivar_set: properly check for TOO_COMPLEX on capacity transition
Jean Boussier
2023-11-03
rb_ivar_defined: handle complex modules
Jean Boussier
2023-11-02
Fix vm_getivar to handle module with TOO_COMPLEX shape
Jean Boussier
2023-11-02
Make every initial size pool shape a root shape
Peter Zhu
2023-11-02
Better handle running out of shapes in remove_shape_recursive
Jean Boussier
2023-11-01
Fix SystemStackError in test_run_out_of_shape_for_class_cvar
Peter Zhu
2023-11-01
Fix remove_class_variable for too complex classes
Peter Zhu
2023-11-01
remove_instance_variable: Handle running out of shapes
Jean Boussier
2023-11-01
Fix removing non-existent ivar for too complex
Peter Zhu
2023-10-31
Fix remove_instance_variable for too complex generic ivar
Peter Zhu
2023-10-31
Fix SystemStackError for test_run_out_of_shape_for_class
Peter Zhu
2023-10-31
Fix remove_instance_variable for too complex class
Peter Zhu
2023-10-31
Fix "too complex" iv sets on generic ivar objects
Aaron Patterson
2023-10-31
Handle SHAPE_TOO_COMPLEX in `generic_ivar_set`
Jean Boussier
2023-10-31
Handle running out of shapes in `Object#dup`
Jean Boussier
2023-10-27
Make get_next_shape_internal idempotent
Jean Boussier
2023-10-26
add more shapes tests
lukeg
2023-10-24
Remove SHAPE_MAX_NUM_IVS
Aaron Patterson
2023-10-24
geniv objects can become too complex
Aaron Patterson
2023-05-17
Move ar_hint to ar_table_struct
Peter Zhu
2023-05-17
Implement Hash AR tables on VWA
Peter Zhu
2023-03-22
Lazily allocate id tables for children
Aaron Patterson
2023-03-20
Use an st table for "too complex" objects
Aaron Patterson
2023-03-10
Revert "Allow classes and modules to become too complex"
Aaron Patterson
2023-03-09
Allow classes and modules to become too complex
HParker
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-05
Skip a failing shape test
Takashi Kokubun
2023-02-15
Fix removing ivars from clases and modules.
Haldun Bayhantopcu
2023-02-06
Limit maximum number of IVs on a shape on T_OBJECTS
Jemma Issroff
2022-12-17
Prevent warning "assigned but unused variable - initial_shape"
Yusuke Endoh
2022-12-16
Clean up Ruby Shape API
Jemma Issroff
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-07
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-11-18
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-21
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-14
Add a test for transition order
Aaron Patterson
2022-10-13
Only expose Ruby Shape API if VM_CHECK_MODE is enabled
Aaron Patterson
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-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
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