This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Java: Local function pointer aliases for method metadata


Bryce McKinlay writes:
 > Andrew Haley wrote:
 > 
 > >Bryce McKinlay writes:
 > > > Richard Henderson wrote:
 > > > 
 > > > >You want to use ASM_GENERATE_INTERNAL_LABEL so that the symbol
 > > > >is of a form that is interpreted by the assembler as a temporary.
 > > > >This way the symbol isn't retained in the .o file, or copied to
 > > > >the executable.
 > > > >
 > > > >This isn't actively wrong, but you can save a bit o space.
 > > > 
 > > > Thanks - is it ok to use the target method's full asm name for the 
 > > > "prefix" argument to ASM_GENERATE_INTERNAL_LABEL,
 > >
 > >I can't see any reason why not.
 > >  
 > >
 > OK to commit, then?

Whoops!  Sorry.  It's fine.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]