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
/
gc.c
Age
Commit message (
Expand
)
Author
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Add a cache for class variables
eileencodes
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-06
Conditionally used functions
Nobuyoshi Nakada
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2021-05-06
Reuse sysconf result
Nobuyoshi Nakada
2021-05-06
Revised PAGE_MAX_SIZE case
Nobuyoshi Nakada
2021-05-05
Fall back to sysconf to determine page size during runtime
Peter Zhu
2021-05-05
Fix PAGE_SIZE macro detection in autoconf
Peter Zhu
2021-05-06
PAGE_SIZE is used only when mmap is available
Nobuyoshi Nakada
2021-05-05
Fix compilation on M1 Mac
Nobuyoshi Nakada
2021-05-04
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-03
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-04-27
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
Yusuke Endoh
2021-04-26
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-04-20
check ep during compaction because it can be null
Aaron Patterson
2021-04-15
Remove useless attribute set in init_mark_stack
Peter Zhu
2021-04-13
Add RSymbol struct back into RVALUE
Peter Zhu
2021-04-01
Suppress a warning
Nobuyoshi Nakada
2021-03-31
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-03-24
Change heap walking to be safe for object allocation
Peter Zhu
2021-03-23
Free iv index table
Aaron Patterson
2021-03-20
Remove unneeded declarations
S.H
2021-03-19
gc.c: Use dedicated APIs for conservative GC in Emscripten
Yusuke Endoh
2021-03-12
Constified variables for getenv
Nobuyoshi Nakada
2021-03-02
Don't use mmap on platforms that have large OS page sizes
Peter Zhu
2021-03-02
Fix typo
Peter Zhu
2021-02-25
Disable auto compaction on platforms that do not support it
Peter Zhu
2021-02-25
Use mmap for allocating heap pages
Peter Zhu
2021-02-24
Reverting PR #4221
Aaron Patterson
2021-02-24
Disable auto compaction on platforms that do not support it
Peter Zhu
2021-02-24
Use mmap for allocating heap pages
Peter Zhu
2021-02-19
show more information about imemo_ment
Koichi Sasada
2021-02-18
sync check_rvalue_consistency_force()
Koichi Sasada
2021-02-18
clear RVALUE on NEWOBJ event.
Koichi Sasada
2021-02-18
sync GC rest if needed
Koichi Sasada
2021-02-17
Removed no-longer used variable
Nobuyoshi Nakada
2021-02-16
Remove unreachable if statement in gc_page_sweep
Peter Zhu
2021-02-04
Don't register non-heap allocated objects
Aaron Patterson
2021-02-01
Use RCLASS_EXT macro instead of directly accessing ptr
Matt Valentine-House
2021-02-01
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-01-31
Removed static assertion about size of `RVALUE`
Nobuyoshi Nakada
2021-01-31
Narrowed down the condition to pack RValue
Nobuyoshi Nakada
2021-01-27
[Fixes #17538] Fix assertion failure when rincgc is turned off
Peter Zhu
2021-01-26
Re-enable RGENGC_DEBUG for platforms with HAVE_VA_ARGS_MACRO
Matt Valentine-House
2021-01-26
Fix RGENGC CHECK MODE >= 4
Matt Valentine-House
2021-01-23
gc.c: stop overflow check on emscripten build
Yusuke Endoh
2021-01-22
check is_incremental_marking() again
Koichi Sasada
[next]