This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi:
I am implementing a multi-thread, multiprocessor garbage collection system for Java in gcc. In the runtime system I need to determine the stack base and stack top pointers for each mutator in order to scan the stack for each mutator for pointers to live heap objects. Any idea how I can determine or compute these pointers?
Generic answer: How about doing the same thing boehm-gc does?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |