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
/
shape.h
Age
Commit message (
Expand
)
Author
6 hours
Move `object_id` in object fields.
Jean Boussier
6 hours
shape.c: refactor frozen shape to no longer be final
Jean Boussier
6 hours
Refactor OBJ_TOO_COMPLEX_SHAPE_ID to not be referenced outside shape.h
Jean Boussier
6 hours
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
3 days
Make rb_shape.capacity an `attr_index_t`
Jean Boussier
8 days
Improve syntax style consistency in shape.c and shape.h
Jean Boussier
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-06-04
Do not emit shape transition warnings when YJIT is compiling
Jean Boussier
2024-03-13
Make special const and too complex shapes before T_OBJECT shapes
Peter Zhu
2024-03-13
Don't create per size pool shapes for non-T_OBJECT
Peter Zhu
2024-02-23
Remove unneeded RUBY_FUNC_EXPORTED
Peter Zhu
2023-12-04
Use 32-bit integers for redblack_id_t
Peter Zhu
2023-11-20
Don't try compacting ivars on Classes that are "too complex"
Aaron Patterson
2023-11-17
Refactor rb_obj_evacuate_ivs_to_hash_table
Jean Boussier
2023-11-13
Revert "Revert "Remove SHAPE_CAPACITY_CHANGE shapes""
Peter Zhu
2023-11-10
Revert "Remove SHAPE_CAPACITY_CHANGE shapes"
Peter Zhu
2023-11-09
Remove SHAPE_CAPACITY_CHANGE shapes
Peter Zhu
2023-11-08
Refactor rb_shape_transition_shape_capa out
Jean Boussier
2023-11-03
vm_getivar: assume the cached shape_id like have a common ancestor
Jean Boussier
2023-11-02
Make every initial size pool shape a root shape
Peter Zhu
2023-11-01
remove_instance_variable: Handle running out of shapes
Jean Boussier
2023-10-26
Move some defines from shape.h to shape.c
Jean Boussier
2023-10-24
Remove SHAPE_MAX_NUM_IVS
Aaron Patterson
2023-10-24
`get_next_shape_internal` should always return a shape
Aaron Patterson
2023-10-24
geniv objects can become too complex
Aaron Patterson
2023-10-24
remove IV limit / support complex shapes on classes
Aaron Patterson
2023-10-24
increase the maximum number of ivs
Aaron Patterson
2023-10-24
Use a functional red-black tree for indexing the shapes
Aaron Patterson
2023-10-18
Revert "shape.h: Make attr_index_t uint8_t"
Katherine Oelsner
2023-10-11
shape.h: Make attr_index_t uint8_t
Jean Boussier
2023-10-10
Refactor rb_shape_transition_shape_capa to not accept capacity
Jean Boussier
2023-04-16
Move shape ID to flags for classes on 32 bit
Peter Zhu
2023-04-06
Pull the shape tree out of the vm object
Matt Valentine-House
2023-03-24
Adjust SHAPE_BUFFER_SIZE with shape_id_t
Nobuyoshi Nakada
2023-03-22
Make shape functions static
Aaron Patterson
2023-03-22
Fix shape allocation limits
Aaron Patterson
2023-03-20
Use an st table for "too complex" objects
Aaron Patterson
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-21
Bump SHAPE_MAX_NUM_IVS to 80 (#7344)
Takashi Kokubun
2023-02-06
Limit maximum number of IVs on a shape on T_OBJECTS
Jemma Issroff
2023-01-30
Remove dead code in shapes.c and shapes.h
Peter Zhu
2023-01-26
Revert "Limit maximum number of IVs on a shape"
Aaron Patterson
2023-01-25
Limit maximum number of IVs on a shape
Jemma Issroff
2023-01-06
Remove unused function `rb_shape_flags_mask`
Jemma Issroff
2022-12-23
MJIT: Export fewer shape functions (#7007)
Takashi Kokubun
2022-12-15
Move definition of SIZE_POOL_COUNT back to gc.h
Peter Zhu
2022-12-15
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
Revert "Fix Object Movement allocation in GC"
Peter Zhu
2022-12-15
Fix Object Movement allocation in GC
Matt Valentine-House
[next]