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
*
Allow non-finalizable objects in ObjectSpace::WeakMap
Jean Boussier
2019-08-29
1
-11
/
+9
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-19
/
+31
*
st_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
this iv table should also use the new update function
Aaron Patterson
2019-08-26
1
-1
/
+1
*
Try only updating hash value references
Aaron Patterson
2019-08-26
1
-1
/
+36
*
Make `gc_update_table_refs` match `mark_tbl_no_pin` a little more closely
Aaron Patterson
2019-08-26
1
-2
/
+4
*
`rp(obj)` shows func, file and line. (#2394)
Koichi Sasada
2019-08-21
1
-0
/
+7
*
Fix document of `GC.start` (#2382)
Masataka Pocke Kuwabara
2019-08-18
1
-1
/
+1
*
* expand tabs.
git
2019-08-13
1
-3
/
+3
*
Removed non-VM_OBJSPACE code
Nobuyoshi Nakada
2019-08-13
1
-16
/
+0
*
Refactored `objspace_each_objects`
Nobuyoshi Nakada
2019-08-13
1
-23
/
+24
*
Move rb_objspace_t* in objspace_reachable_objects_from_root to an argument
Nobuyoshi Nakada
2019-08-13
1
-3
/
+11
*
* expand tabs.
git
2019-08-13
1
-1
/
+1
*
Hoisted out GPR_DEFAULT_REASON
Nobuyoshi Nakada
2019-08-13
1
-5
/
+8
*
Move rb_objspace_t* in gc_verify_internal_consistency to an argument
Nobuyoshi Nakada
2019-08-13
1
-16
/
+21
*
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-13
1
-10
/
+3
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-2
/
+2
*
also unpin `final` on weak maps
Aaron Patterson
2019-08-12
1
-1
/
+2
*
gc.c: Double STACKFRAME_FOR_CALL_CFUNC (1024->2048)
Yusuke Endoh
2019-08-09
1
-1
/
+1
*
gc.c: Increase STACKFRAME_FOR_CALL_CFUNC
Yusuke Endoh
2019-08-09
1
-1
/
+1
*
Extracted wmap_live_p
Nobuyoshi Nakada
2019-08-06
1
-7
/
+14
*
Let prev EP move again
Aaron Patterson
2019-08-05
1
-2
/
+2
*
* expand tabs.
git
2019-08-06
1
-1
/
+1
*
add compaction support to weak maps
Aaron Patterson
2019-08-05
1
-12
/
+6
*
add debug_counters to check details.
Koichi Sasada
2019-08-02
1
-11
/
+30
*
Fix assertion failure when VM_CHECK_MODE
Nobuyoshi Nakada
2019-08-01
1
-1
/
+1
*
fix tracepoint + backtrace SEGV
卜部昌平
2019-08-01
1
-2
/
+5
*
Revert "Let prev EP move"
Aaron Patterson
2019-07-31
1
-4
/
+2
*
Let prev EP move
Aaron Patterson
2019-07-31
1
-2
/
+4
*
pass to obj_info().
Koichi Sasada
2019-07-26
1
-6
/
+1
*
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-07-23
1
-3
/
+36
*
Document BasicObject does not implement #object_id and #send [ci skip]
Jeremy Evans
2019-07-22
1
-0
/
+2
*
constify RHash::ifnone.
Koichi Sasada
2019-07-22
1
-1
/
+1
*
Only disable GC around reference updating
Aaron Patterson
2019-07-19
1
-2
/
+3
*
fix debug counter for Hash counts.
Koichi Sasada
2019-07-19
1
-6
/
+6
*
fix shared array terminology.
Koichi Sasada
2019-07-19
1
-3
/
+3
*
simplify around GC_ASSERT()
Koichi Sasada
2019-07-15
1
-9
/
+6
*
Make `stack_check` slightly easier to use in debugger.
Samuel Williams
2019-07-12
1
-3
/
+4
*
Suppress warning on x64-mingw
Nobuyoshi Nakada
2019-07-11
1
-1
/
+1
*
Don't manipulate GC flags directly
Aaron Patterson
2019-07-10
1
-2
/
+2
*
Revert self-referencing finalizer warning [Feature #15974]
Nobuyoshi Nakada
2019-07-04
1
-64
/
+0
*
* expand tabs.
git
2019-07-04
1
-3
/
+3
*
Disable GC during rb_objspace_reachable_object_p
Nobuyoshi Nakada
2019-07-04
1
-33
/
+54
*
Renamed to rb_objspace_reachable_object_p
Nobuyoshi Nakada
2019-07-03
1
-11
/
+11
*
Ensure that GC is disabled during compaction
Aaron Patterson
2019-07-03
1
-0
/
+2
*
* expand tabs.
git
2019-07-03
1
-5
/
+5
*
Fix up [Feature #15974]
Nobuyoshi Nakada
2019-07-03
1
-11
/
+11
*
Warn in verbose mode on defining a finalizer that captures the object
Chris Seaton
2019-07-03
1
-0
/
+43
[next]