Interface Method Table

Matt Davis mattdavis9@gmail.com
Fri Jan 20 00:15:00 GMT 2012


For a Go program being compiled in gcc, from the middle end, is there a way to
figure-out which routines make up the interface-method-table?  I could check the
mangled name of the method table, but is there another way to deduce what
methods compose it from the middle-end?

Thanks!

-Matt



More information about the Gcc mailing list