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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump SHAPE_MAX_NUM_IVS to 80 (#7344)
Takashi Kokubun
2023-02-21
1
-1
/
+1
*
Limit maximum number of IVs on a shape on T_OBJECTS
Jemma Issroff
2023-02-06
1
-0
/
+1
*
Remove dead code in shapes.c and shapes.h
Peter Zhu
2023-01-30
1
-3
/
+0
*
Revert "Limit maximum number of IVs on a shape"
Aaron Patterson
2023-01-26
1
-1
/
+0
*
Limit maximum number of IVs on a shape
Jemma Issroff
2023-01-25
1
-0
/
+1
*
Remove unused function `rb_shape_flags_mask`
Jemma Issroff
2023-01-06
1
-1
/
+0
*
MJIT: Export fewer shape functions (#7007)
Takashi Kokubun
2022-12-23
1
-6
/
+8
*
Move definition of SIZE_POOL_COUNT back to gc.h
Peter Zhu
2022-12-15
1
-8
/
+3
*
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
1
-0
/
+2
*
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
1
-3
/
+42
*
Revert "Fix Object Movement allocation in GC"
Peter Zhu
2022-12-15
1
-2
/
+0
*
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
1
-0
/
+2
*
ObjectSpace.dump_all: dump shapes as well
Jean Boussier
2022-12-08
1
-1
/
+8
*
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-12-07
1
-2
/
+2
*
Remove unused rb_shape_flag_shift and rb_shape_flag_mask
Jemma Issroff
2022-12-02
1
-2
/
+0
*
Extracted rb_shape_id_offset
Jemma Issroff
2022-12-02
1
-0
/
+1
*
implement IV writes
Aaron Patterson
2022-12-02
1
-0
/
+2
*
Use consistent style [ci skip]
Nobuyoshi Nakada
2022-12-02
1
-1
/
+2
*
Let SHAPE_BITS take 32 bits on debug builds
Peter Zhu
2022-11-21
1
-12
/
+2
*
32 bit comparison on shape id
Aaron Patterson
2022-11-18
1
-0
/
+1
*
rename SHAPE_BITS to SHAPE_ID_NUM_BITS
Aaron Patterson
2022-11-18
1
-7
/
+7
*
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-18
1
-1
/
+2
*
Remove unused function rb_shape_transition_shape
Peter Zhu
2022-11-14
1
-1
/
+0
*
Extract `rb_shape_get_parent` helper
Jemma Issroff
2022-11-10
1
-0
/
+1
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-2
/
+26
*
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-31
1
-0
/
+24
*
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
1
-2
/
+2
*
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-15
1
-0
/
+9
*
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
1
-16
/
+2
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-0
/
+150
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-150
/
+0
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-0
/
+150
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-153
/
+0
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-0
/
+153