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
...
*
Separate objspace argument for rb_gc_disable and rb_gc_enable
Nobuyoshi Nakada
2020-02-09
1
-6
/
+24
*
gc.c: make the stack overflow detection earlier under s390x
Yusuke Endoh
2020-02-09
1
-0
/
+7
*
Removed type-punning pointer casts around `st_data_t`
Nobuyoshi Nakada
2020-01-31
1
-12
/
+13
*
Moved `GC.verify_compaction_references` to gc.rb
Nobuyoshi Nakada
2020-01-27
1
-45
/
+5
*
Fix syntax error in obj_free with hash size debug counter when USE_DEBUG_COUN...
Lourens Naudé
2020-01-13
1
-1
/
+1
*
Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)
Kenta Murata
2019-12-31
1
-1
/
+1
*
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-29
1
-1
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-40
/
+65
*
split internal.h into files
卜部昌平
2019-12-26
1
-0
/
+6
*
fix wmap_finalize.
Koichi Sasada
2019-12-23
1
-2
/
+16
*
add more debug counters to count numeric objects.
Koichi Sasada
2019-12-23
1
-0
/
+8
*
ObjectSpace._id2ref should check liveness.
Koichi Sasada
2019-12-23
1
-1
/
+2
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Refactor free page insertion
Aaron Patterson
2019-12-18
1
-7
/
+7
*
proper initialization of struct RVALUE
卜部昌平
2019-12-12
1
-5
/
+14
*
fix arity mismatch
卜部昌平
2019-12-12
1
-1
/
+1
*
Update method tables only if there is a class ext pointer
Aaron Patterson
2019-12-11
1
-4
/
+2
*
add additional CF info for CI env
Koichi Sasada
2019-12-05
1
-4
/
+4
*
prefer class_serial over m_tbl
卜部昌平
2019-11-27
1
-4
/
+4
*
Count pinned slots using only bitmap
John Hawthorn
2019-11-22
1
-24
/
+4
*
Optimize pinned page sorting
John Hawthorn
2019-11-22
1
-3
/
+9
*
Use value of use_verifier in gc_compact
John Hawthorn
2019-11-22
1
-1
/
+1
*
make functions static
卜部昌平
2019-11-19
1
-2
/
+4
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-5
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-8
/
+2
*
Fix passing actual object_id to finalizer
John Hawthorn
2019-11-08
1
-18
/
+36
*
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
1
-1
/
+1
*
use builtins for GC.
Koichi Sasada
2019-11-08
1
-212
/
+35
*
Add a counter for compaction
Aaron Patterson
2019-11-07
1
-0
/
+6
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-07
1
-60
/
+68
*
Remove duplicate code
Aaron Patterson
2019-11-06
1
-6
/
+0
*
Revert "Use a monotonically increasing number for object_id"
Aaron Patterson
2019-11-06
1
-68
/
+70
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-06
1
-70
/
+68
*
Fix zero free objects assertion
Aaron Patterson
2019-11-04
1
-13
/
+30
*
ruby_mimmalloc can return NULL
卜部昌平
2019-11-01
1
-0
/
+4
*
Revert "Fix zero free objects assertion"
Aaron Patterson
2019-10-30
1
-29
/
+15
*
Fix zero free objects assertion
Aaron Patterson
2019-10-30
1
-15
/
+29
*
Compacting the heap can cause GC, so disable it
Aaron Patterson
2019-10-29
1
-1
/
+1
*
Revert "Protect finalizer references during execution"
Aaron Patterson
2019-10-28
1
-12
/
+15
*
Protect finalizer references during execution
Aaron Patterson
2019-10-28
1
-15
/
+12
*
Marshal is calling functions that should pin things
Aaron Patterson
2019-10-28
1
-2
/
+12
*
Make weakmap finalizer an ifunc lambda
Nobuyoshi Nakada
2019-10-18
1
-3
/
+3
*
Use identhash as WeakMap
Nobuyoshi Nakada
2019-10-18
1
-2
/
+4
*
make rb_raise a GVL-only function again
卜部昌平
2019-10-10
1
-4
/
+47
*
negative_size_allocation_error never returns
Nobuyoshi Nakada
2019-10-10
1
-1
/
+1
*
allow rb_raise from outside of GVL
卜部昌平
2019-10-10
1
-19
/
+10
*
fix memory corruption in old GCC
卜部昌平
2019-10-10
1
-1
/
+1
*
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
1
-2
/
+2
*
avoid returning NULL from xrealloc
卜部昌平
2019-10-09
1
-2
/
+42
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-19
/
+198
[prev]
[next]