This is the mail archive of the java-patches@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] | |
> The code in _Jv_MarkObj that directly traces objects referenced from > class objects (instead of pushing them on the mark stack) is on very > thin ice. That's not how mark procedures are supposed to work. In my > opinion, if we could make it go away, that would be great.
Indeed. I have a patch in the pipeline that causes all objects of
class Class to be properly allocated rather than statically allocated
by the linker. In turn, this has the potential to make _Jv_MarkObj
eventually go away.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |