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
/
transient_heap.c
Age
Commit message (
Expand
)
Author
2020-12-07
cancel theap on multi-ractors
Koichi Sasada
2020-11-25
should stop other ractors on transient_heap_evacuate
Koichi Sasada
2020-11-19
Fix USE_TRANSIENT_HEAP macro usage in hash.c
Cristian Greco
2020-11-04
Suppress a warning
Kazuhiro NISHIYAMA
2020-11-02
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-10-21
Calculate transient heap block usable size at compile time
Jacob Matthews
2020-09-28
Unpoison THEAP header before reading
Aaron Patterson
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-07-29
transient_heap_status_cstr() is used only for debugging
Nobuyoshi Nakada
2020-07-29
add debug output.
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-01
rb_aligned_malloc can return NULL
卜部昌平
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-05-23
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-16
don't need to sweep rest.
Koichi Sasada
2019-04-26
unpoison header before touching
Urabe, Shyouhei
2019-04-26
fix size of allocated memory
Urabe, Shyouhei
2019-04-26
mark verify functions non-sanitizable
Urabe, Shyouhei
2019-04-26
__asan_region_is_poisoned takes void *
Urabe, Shyouhei
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-11-06
adopt sanitizer API
shyouhei
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-10-31
explicit cast to void* required for %p
shyouhei
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
support theap for T_STRUCT.
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1