5 Currently evaluating the YourKit Java profiler. I have to use Zero for the
6 build and the profiler however, so it is slightly slower. However, once a
7 build completes I should be able to see where potential bottlenecks exist
12 Something that might be more efficient than finding the entry point would be
13 to just essentially flag it using a special ID. So if a namespace contains the
14 entry point it has a special flag set. Then the class which is the entry point
15 gets a flag set. And after that the method gets it also. So it basically will
16 just crawl around pointers and such. Although the entry point if detected
17 could just be used from the namespace table data. This would require that the
18 class processor flag such a thing.
22 I should do more in the constructor and split the writing portion of the ELF