GC hash table

Stephen Weeks sweeks@wasabi.epr.com
Thu, 12 Aug 1999 13:39:05 -0700 (PDT)


Henry writes:

> Do we really have to delay building the hash (for return address -> frame
> type number) at program startup?  It would be nice to do this at compile time.
> I admit I don't see any easy way though.

I guess there's no reason why it couldn't be built at link time, but
it does seem like quite a bit of programming effort.