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
/
variable.c
Age
Commit message (
Expand
)
Author
2023-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-05-19
Introduce gc_mark_table macro
S-H-GAMELINKS
2023-04-27
Merge T_OBJECT case in rb_ivar_delete function
S-H-GAMELINKS
2023-04-19
fix `NameError` message
Koichi Sasada
2023-04-16
Move shape ID to flags for classes on 32 bit
Peter Zhu
2023-03-20
Use an st table for "too complex" objects
Aaron Patterson
2023-03-12
Reuse CVAR_LOOKUP macro
S-H-GAMELINKS
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
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-03
[Bug #19469] Fix crash when resizing generic iv list
Peter Zhu
2023-03-01
Implement Write Barrier for `autoload_table_type`
Jean Boussier
2023-02-28
Fix spelling (#7405)
John Bampton
2023-02-28
Implement Write Barrier for `autoload_data`
Jean Boussier
2023-02-15
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-01-31
Copying GC support for EXIVAR
Kunshan Wang
2023-01-19
don't allow setting class variable on module that's frozen [Bug #19341]
lukeg
2023-01-11
Move classpath to rb_classext_t
Peter Zhu
2023-01-11
Remove check for RCLASS_EXT in variable.c
Peter Zhu
2022-12-22
Fix buffer overrun with auto-compact for shapes
Peter Zhu
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-12-02
Use consistent style [ci skip]
Nobuyoshi Nakada
2022-11-21
Speed up shape transitions
Peter Zhu
2022-11-21
Refactor obj_ivar_set and vm_setivar
Peter Zhu
2022-11-18
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-10
Extract `rb_shape_get_parent` helper
Jemma Issroff
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-11-01
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-31
Always lookup IV buffers when iterating
Aaron Patterson
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-24
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-24
Reuse RBOOL macro in rb_ivar_defined function
S-H-GAMELINKS
2022-10-21
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-19
Stop zeroing memory on allocation / copy
Aaron Patterson
2022-10-15
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-16
Explicitly cast to uint32_t and suppress warnings by VC
Nobuyoshi Nakada
2022-10-14
YJIT doesn't need rb_obj_ensure_iv_index_mapping
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-29
* expand tabs. [ci skip]
git
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-27
* expand tabs. [ci skip]
git
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-08-19
Repalce to NIL_P macro
S-H-GAMELINKS
[next]