Andrew Haley wrote:
We can have gcj generate the signature for each bytecode class and put it into class metadata at compilation time. That way gcj-dbtool won't need the .jar's.It should be just fine. Try it. When used as I describe, almost all of the time is spent reading the jar files, not creating the maps. There's nothing you can do aboutthe maps that will make the process any faster.
Bryce