Discussion about merging Go frontend

Ian Lance Taylor iant@google.com
Mon Oct 25 03:49:00 GMT 2010


Andrew Pinski <pinskia@gmail.com> writes:

> Why can't gccgo handle this like gnu objective-c runtime handles this?
> Why does it need to be designed such it is in a specific section
> instead of registering at runtime?  Seems like this a bad design of
> registering modules really.

This is data generated by the compiler when it compiles a package and
read by the compiler when it imports a package.

There is nothing happening at runtime here.

Ian



More information about the Gcc mailing list