Skip to content

Commit

Permalink
* gc.c : remove gc_clear_mark_on_sweep_slots() and use
Browse files Browse the repository at this point in the history
  rest_sweep() instead of it, because some dead objects might be
  marked in next the mark phase by false pointers.
  [ruby-core:42672]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
authorNari committed Feb 21, 2012
1 parent 2e733be commit 0d44bf8
Show file tree
Hide file tree
Showing 3 changed files with 20,046 additions and 24,915 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Tue Feb 21 18:21:25 2012 Narihiro Nakamura <[email protected]>

* gc.c : remove gc_clear_mark_on_sweep_slots() and use
rest_sweep() instead of it, because some dead objects might be
marked in next the mark phase by false pointers.
[ruby-core:42672]

Tue Feb 21 16:08:17 2012 Nobuyoshi Nakada <[email protected]>

* proc.c (rb_hash_proc): get wrapped pointer properly. [Bug #6048]
Expand Down
Loading

0 comments on commit 0d44bf8

Please sign in to comment.