Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
«
Previous
|
Next
»
Revision b443d83a
Added by
ko1 (Koichi Sasada)
over 11 years
ago
ID
b443d83a770092d02cfccd9ac3cbc96cb51c0d5e
Parent
54b9ec2d
Child
e12799fd
gc.c: change terminology of heap.
Change "slot" to "page". "Slot" is a space of RVALUE.
"Heap" consists of a set of "heap_page"s (pages).
Each "heap_page" has "heap_page_body".
"heap_page_body" has RVALUE (a.k.a. "slot") spaces.
"sorted" is a sorted array of "heap_page"s, sorted
by address of heap_page_body (for "is_pointer_to_heap").
See
https://bugs.ruby-lang.org/attachments/4008/data-heap_structure.png
.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading...
Change "slot" to "page". "Slot" is a space of RVALUE.
by address of heap_page_body (for "is_pointer_to_heap").
See https://bugs.ruby-lang.org/attachments/4008/data-heap_structure.png.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e