index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shape.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-13
1
-0
/
+11
*
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
1
-0
/
+2
*
Pull the shape tree out of the vm object
Matt Valentine-House
2023-04-06
1
-14
/
+34
*
Lazily allocate id tables for children
Aaron Patterson
2023-03-22
1
-22
/
+76
*
pull child allocation in to a different function
Aaron Patterson
2023-03-22
1
-17
/
+25
*
combine allocation functions
Aaron Patterson
2023-03-22
1
-13
/
+6
*
Make shape functions static
Aaron Patterson
2023-03-22
1
-42
/
+41
*
Fix shape allocation limits
Aaron Patterson
2023-03-22
1
-0
/
+1
*
Fix frozen status loss when moving objects
Peter Zhu
2023-03-18
1
-1
/
+1
*
Revert "Allow classes and modules to become too complex"
Aaron Patterson
2023-03-10
1
-11
/
+5
*
Allow classes and modules to become too complex
HParker
2023-03-09
1
-5
/
+11
*
Resurrect symbols used by ObjectSpace
Takashi Kokubun
2023-03-06
1
-3
/
+3
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-2
/
+2
*
Handle all non-object type objects
Haldun Bayhantopcu
2023-02-15
1
-1
/
+1
*
Fix removing ivars from clases and modules.
Haldun Bayhantopcu
2023-02-15
1
-1
/
+3
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+1
*
Limit maximum number of IVs on a shape on T_OBJECTS
Jemma Issroff
2023-02-06
1
-9
/
+12
*
Remove dead code in shapes.c and shapes.h
Peter Zhu
2023-01-30
1
-16
/
+0
*
Revert "Limit maximum number of IVs on a shape"
Aaron Patterson
2023-01-26
1
-1
/
+1
*
Limit maximum number of IVs on a shape
Jemma Issroff
2023-01-25
1
-1
/
+1
*
Fix undefined behavior in shape.c
Peter Zhu
2023-01-05
1
-2
/
+11
*
Hide RubyVM::Shape's interface as much as possible [ci skip]
Takashi Kokubun
2022-12-22
1
-0
/
+9
*
Clean up Ruby Shape API
Jemma Issroff
2022-12-16
1
-101
/
+28
*
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
1
-0
/
+36
*
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
1
-46
/
+110
*
Add variation_count on classes
Jemma Issroff
2022-12-15
1
-11
/
+28
*
Revert "Fix Object Movement allocation in GC"
Peter Zhu
2022-12-15
1
-33
/
+0
*
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
1
-0
/
+33
*
Remove dead code in get_next_shape_internal
Peter Zhu
2022-12-14
1
-6
/
+0
*
Update shape capacity when removing ivar and rewriting shape transitions
Jemma Issroff
2022-12-10
1
-1
/
+2
*
ObjectSpace.dump_all: dump shapes as well
Jean Boussier
2022-12-08
1
-24
/
+55
*
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-12-07
1
-10
/
+94
*
YJIT: Extract SHAPE_ID_NUM_BITS into a constant (#6863)
Jemma Issroff
2022-12-05
1
-7
/
+1
*
Remove unused rb_shape_flag_shift and rb_shape_flag_mask
Jemma Issroff
2022-12-02
1
-12
/
+0
*
Extracted rb_shape_id_offset
Jemma Issroff
2022-12-02
1
-0
/
+6
*
implement IV writes
Aaron Patterson
2022-12-02
1
-0
/
+12
*
Add a macro for SHAPE_DEBUG
John Hawthorn
2022-12-01
1
-2
/
+6
*
Speed up shape transitions
Peter Zhu
2022-11-21
1
-62
/
+33
*
32 bit comparison on shape id
Aaron Patterson
2022-11-18
1
-3
/
+3
*
rename SHAPE_BITS to SHAPE_ID_NUM_BITS
Aaron Patterson
2022-11-18
1
-1
/
+1
*
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-18
1
-2
/
+21
*
Fix indentation of switch statement in shape.c
Peter Zhu
2022-11-17
1
-14
/
+14
*
Fix buffer overrun in ivars when rebuilding shapes
Peter Zhu
2022-11-15
1
-1
/
+1
*
Remove unused function rb_shape_transition_shape
Peter Zhu
2022-11-14
1
-10
/
+0
*
Extract `rb_shape_get_parent` helper
Jemma Issroff
2022-11-10
1
-5
/
+11
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-45
/
+158
*
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-31
1
-3
/
+6
*
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
1
-11
/
+11
*
Transition frozen string to frozen root shape
Jemma Issroff
2022-10-19
1
-8
/
+0
*
Only expose Ruby Shape API if VM_CHECK_MODE is enabled
Aaron Patterson
2022-10-13
1
-9
/
+13
[next]