-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
1 parent
ae114a8
commit 4c0f022
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,6 @@ Fri Oct 05 15:26:18 2012 Koichi Sasada <[email protected]> | |
|
||
* gc.h: export rb_objspace_reachable_objects_from(). | ||
|
||
Fri Oct 5 16:04:33 2012 Narihiro Nakamura <[email protected]> | ||
|
||
* gc.c (chain_finalized_object): remove to check a mark flag since | ||
all objects are certainly unmarked with rest_sweep. | ||
|
||
* gc.c (rb_objspace_call_finalizer): remove to mark finalizable | ||
objects. The sweeping doesn't push T_ZOMBIE objects to the | ||
freelist. | ||
|
||
Thu Oct 4 23:40:04 2012 Narihiro Nakamura <[email protected]> | ||
|
||
* gc.c (init_heap): call init_mark_stack before to allocate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters