mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e5e37c20c9
commit
98311146cc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
Fri Jan 8 17:07:14 2016 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: remove heap_page::heap. This field is only used to recognize
|
||||
whether a page is in a tomb or not. Instead of this field,
|
||||
whether a page is in a tomb or not. Instead of this field,
|
||||
heap_page::flags::in_tomb (1 bit field) is added.
|
||||
|
||||
Also type of heap_page::(total|free|final)_slots are changed from
|
||||
|
|
Loading…
Reference in a new issue