(no subject)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

(no subject)

Thushar

Hi all,

 

 

When a large byte object is created, its header is placed in Eden and its data in Large Space.

What is a header and data of an object???

 

I would appreciate if anybody could comment on this. If there is any document or study material related to this pls send me the link.

 

Thanx in advance,

 

G R Thushar

Reply | Threaded
Open this post in threaded view
|

RE: Objects in memory [was no subject]

Terry Raymond

The documentation is in vwMemoryMgmt.pdf in the VW distribution

doc/TechNotes directory.

 

You can also find some information in the ObjectMemory class

on the class side in the ‘documentation’ method protocol.

Terry

===========================================================
Terry Raymond       Smalltalk Professional Debug Package
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================


From: Thushar [mailto:[hidden email]]
Sent: Thursday, July 20, 2006 8:38 AM
To: 'vwnc'
Subject:

 

Hi all,

 

 

When a large byte object is created, its header is placed in Eden and its data in Large Space.

What is a header and data of an object???

 

I would appreciate if anybody could comment on this. If there is any document or study material related to this pls send me the link.

 

Thanx in advance,

 

G R Thushar