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] | |
Adam Megacz wrote:
Or perhaps give gcj a list of classes that you know will be referenced eventually, and have it run those <clinit>s immediately upon startup. You'd have to have a way to figure out the dependency tree... is there enough information at runtime to do this? If not, this would either require modifications to the linker, which is probably a bad idea.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |