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] | |
Thats an interesting idea. That would allow us to swap in a direct call to the debug allocation routines, too.Hans> Presumably you can still move the size computation out of Hans> loops if you pass it as a parameter? Similarly for the finalizer Hans> lookup?
One option would be to have an atable slot representing `new of class
X'. We could then point this at AllocObjectNoFinalizer when resolving
the slot.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |