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
*
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
*
Do not free too many pages.
Aaron Patterson
2019-10-07
1
-1
/
+3
*
Move empty pages to the tomb
Aaron Patterson
2019-10-07
1
-4
/
+9
*
Eliminate second GC pass for eliminating T_MOVED
Aaron Patterson
2019-10-07
1
-10
/
+13
*
IMEMO objects don't have a class, so return early
Aaron Patterson
2019-10-04
1
-1
/
+1
*
Don't allocate objects in `gc_compact`
Aaron Patterson
2019-10-04
1
-4
/
+5
*
Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`
Nobuyoshi Nakada
2019-10-05
1
-6
/
+0
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-2
/
+2
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-1
/
+1
*
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-30
1
-1
/
+1
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-27
/
+27
*
Add compaction support to `rb_ast_t`
Aaron Patterson
2019-09-26
1
-0
/
+2
*
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
[next]