Re: Interface Method Table

2012-01-20 Thread Ian Lance Taylor
Matt Davis writes: > 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 comp

Interface Method Table

2012-01-19 Thread Matt Davis
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