Re: location of static data
"Chris Pickett" <[email protected]> Mon, 17 Apr 2006 10:51:01 -0400 (EDT)
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, April 17, 2006 10:08 am, Etienne Gagnon wrote: > To understand all the little details, why don't you a have a look at > prepare.c: Ok. > May the Source be with you! ;-) Ha! :) Things are much more clear now. (As a side note, in case you are interested: the reason I got so concerne= d is that I allow for buffering of static reads/writes as well as heap read/writes. For a moment I thought that because the Class instance was on the heap, the static data for the Class instance was also stored on th= e heap. If this were the case, I would have no explanation for buffering locations outside of the heap. It is also very helpful to know the precise locations of static data for use inside assertions.) Cheers, Chris