index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust indent
Nobuyoshi Nakada
2019-06-07
1
-212
/
+212
*
Pin keys in "compare by identity" hashes
Aaron Patterson
2019-06-03
1
-1
/
+15
*
object id is stable now for all objects, so we can let hash keys move
Aaron Patterson
2019-06-03
1
-6
/
+1
*
allow objects in imemo envs to move
Aaron Patterson
2019-06-03
1
-4
/
+19
*
get rid of a warning of VC++
NAKAMURA Usaku
2019-06-04
1
-1
/
+1
*
remove `rb_objspace_pinned_object_p()`
Koichi Sasada
2019-06-03
1
-7
/
+1
*
* expand tabs.
git
2019-05-30
1
-1
/
+1
*
reorder bitmap clearing.
Koichi Sasada
2019-05-30
1
-2
/
+2
*
move pinned_bits[] position in struct heap_page.
Koichi Sasada
2019-05-30
1
-2
/
+3
*
introduce `during_compacting` flag.
Koichi Sasada
2019-05-30
1
-13
/
+23
*
Prevent MJIT compilation from running while moving
Takashi Kokubun
2019-05-29
1
-0
/
+4
*
Drop MJIT debug code from GC.compact
Takashi Kokubun
2019-05-29
1
-2
/
+0
*
remove obsolete rb_gc_finalize_deferred().
Koichi Sasada
2019-05-28
1
-7
/
+0
*
use malloc() instead of calloc().
Koichi Sasada
2019-05-28
1
-3
/
+7
*
should skip T_ZOMBIE here.
Koichi Sasada
2019-05-28
1
-1
/
+10
*
should use heap_eden->total_pages.
Koichi Sasada
2019-05-28
1
-2
/
+3
*
use only eden_heaps on GC.compact.
Koichi Sasada
2019-05-28
1
-3
/
+16
*
Suppress warning (uninitialized variable).
Koichi Sasada
2019-05-28
1
-1
/
+1
*
check the object is in tomb_heap.
Koichi Sasada
2019-05-27
1
-0
/
+13
*
add a space between type and others
Koichi Sasada
2019-05-27
1
-1
/
+1
*
add a line break for each error message
Koichi Sasada
2019-05-27
1
-10
/
+10
*
fix GC.verify_internal_consistency.
Koichi Sasada
2019-05-27
1
-16
/
+51
*
is_pointer_to_heap() checks also tomb or not.
Koichi Sasada
2019-05-27
1
-3
/
+14
*
* expand tabs.
git
2019-05-24
1
-1
/
+1
*
Revert "check it in eden or tomb."
Kazuhiro NISHIYAMA
2019-05-24
1
-4
/
+2
*
check RVALUE on verifier.
Koichi Sasada
2019-05-24
1
-50
/
+55
*
check it in eden or tomb.
Koichi Sasada
2019-05-24
1
-2
/
+4
*
add separation char on rb_obj_info(imemo obj)
Koichi Sasada
2019-05-24
1
-1
/
+1
*
gc.c: Try pausing MJIT worker during GC.verify_compaction_references
Takashi Kokubun
2019-05-23
1
-0
/
+2
*
add verifier before compact
Koichi Sasada
2019-05-23
1
-0
/
+4
*
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-23
1
-69
/
+69
*
gc_pin() doesn't check is_markable_object().
Koichi Sasada
2019-05-23
1
-7
/
+6
*
skip zombies.
Koichi Sasada
2019-05-23
1
-0
/
+2
*
pin `maybe` pointers.
Koichi Sasada
2019-05-23
1
-30
/
+15
*
Do not kick finalizers on rb_gc().
Koichi Sasada
2019-05-23
1
-2
/
+5
*
* expand tabs.
git
2019-05-22
1
-1
/
+1
*
gc.c: revert b00f280d4b "Eagerly name modules and classes"
Nobuyoshi Nakada
2019-05-22
1
-3
/
+3
*
Eagerly name modules and classes
Alan Wu
2019-05-22
1
-3
/
+3
*
unify normal and verify ver.
Koichi Sasada
2019-05-21
1
-50
/
+58
*
* expand tabs.
git
2019-05-20
1
-15
/
+15
*
Get rid of undefined behavior that source and destination buffers overlap
Nobuyoshi Nakada
2019-05-20
1
-35
/
+42
*
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-18
1
-11
/
+11
*
Add fall through comment for Coverity Scan
Kazuhiro NISHIYAMA
2019-05-18
1
-0
/
+1
*
Prevent Dynamic -> Static symbols from moving
Aaron Patterson
2019-05-17
1
-1
/
+4
*
don't need to sweep rest.
Koichi Sasada
2019-05-16
1
-5
/
+10
*
Prefix global_symbols with `ruby_`
Nobuyoshi Nakada
2019-05-16
1
-1
/
+2
*
Make internal functions static
Nobuyoshi Nakada
2019-05-16
1
-3
/
+6
*
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-05-15
1
-1
/
+1
*
Suppress unused-but-set-variable warning
Nobuyoshi Nakada
2019-05-15
1
-0
/
+2
*
unpin finalizers and update references
Aaron Patterson
2019-05-15
1
-10
/
+2
[next]