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-06-10
Fix ASan crash
Peter Zhu
2020-06-09
Revert "Combine sweeping and moving"
Aaron Patterson
2020-06-09
Freeing cc tables doesn't need access to ID
Aaron Patterson
2020-06-08
fix debugging output
Aaron Patterson
2020-05-29
Combine sweeping and moving
Aaron Patterson
2020-05-28
Extract "free moved list" function
Aaron Patterson
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
Revert "Fix origin iclass pointer for modules"
Jeremy Evans
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-20
Only marked objects should be considered movable
Aaron Patterson
2020-05-18
Allow references stored in the VM stack to move
Aaron Patterson
2020-05-11
more on NULL versus functions
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s/ruby3/rbimpl/g
卜部昌平
2020-05-11
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-07
Allow global variables to move
Aaron Patterson
2020-05-07
`T_MOVED` should never be pushed on the mark stack
Aaron Patterson
2020-05-04
Output compaction stats in one loop / eliminate 0 counts
Aaron Patterson
2020-05-02
Rename arguments for ObjectSpace::WeakMap#[]= for clarity
Benoit Daloze
2020-05-02
Fix ObjectSpace::WeakMap#key? to work if the value is nil
Benoit Daloze
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
[next]