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
2020-04-29
Mark ruby_memerror as NORETURN
Nobuyoshi Nakada
2020-04-29
Remove debugging code from gc.c
Yusuke Endoh
2020-04-27
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-04-25
Assert that typed data is distinguished from non-typed
Nobuyoshi Nakada
2020-04-21
rb_memerror: abort immediately
卜部昌平
2020-04-21
Fixed a typo [ci skip]
Nobuyoshi Nakada
2020-04-21
TRY_WITH_GC: abort immediately
卜部昌平
2020-04-16
Moved noreturn call to end of noreturn function
Nobuyoshi Nakada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-03
Bail out before pushing unexpected object
Nobuyoshi Nakada
2020-03-11
fix type cast
Koichi Sasada
2020-03-11
show method entry with iseq details
Koichi Sasada
2020-03-04
fix compile error w/ -DCALC_EXACT_MALLOC_SIZE
卜部昌平
2020-02-26
kill USE_RGENGC=0
卜部昌平
2020-02-26
avoid #if inside of rb_str_new_cstr
卜部昌平
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-20
TestTime#test_memsize: skip when on GC_DEBUG
卜部昌平
2020-02-10
Revert "gc.c: make the stack overflow detection earlier under s390x"
Yusuke Endoh
2020-02-09
Disable GC until VM objects get initialized [Bug #16616]
Nobuyoshi Nakada
2020-02-09
Separate objspace argument for rb_gc_disable and rb_gc_enable
Nobuyoshi Nakada
2020-02-09
gc.c: make the stack overflow detection earlier under s390x
Yusuke Endoh
2020-01-31
Removed type-punning pointer casts around `st_data_t`
Nobuyoshi Nakada
2020-01-27
Moved `GC.verify_compaction_references` to gc.rb
Nobuyoshi Nakada
2020-01-13
Fix syntax error in obj_free with hash size debug counter when USE_DEBUG_COUN...
Lourens Naudé
2019-12-31
Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)
Kenta Murata
2019-12-29
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
split internal.h into files
卜部昌平
2019-12-23
fix wmap_finalize.
Koichi Sasada
2019-12-23
add more debug counters to count numeric objects.
Koichi Sasada
2019-12-23
ObjectSpace._id2ref should check liveness.
Koichi Sasada
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-18
Refactor free page insertion
Aaron Patterson
2019-12-12
proper initialization of struct RVALUE
卜部昌平
2019-12-12
fix arity mismatch
卜部昌平
2019-12-11
Update method tables only if there is a class ext pointer
Aaron Patterson
2019-12-05
add additional CF info for CI env
Koichi Sasada
2019-11-27
prefer class_serial over m_tbl
卜部昌平
2019-11-22
Count pinned slots using only bitmap
John Hawthorn
2019-11-22
Optimize pinned page sorting
John Hawthorn
2019-11-22
Use value of use_verifier in gc_compact
John Hawthorn
2019-11-19
make functions static
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-08
Fix passing actual object_id to finalizer
John Hawthorn
2019-11-08
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
use builtins for GC.
Koichi Sasada
2019-11-07
Add a counter for compaction
Aaron Patterson
[next]