This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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:
 > 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.

Andrew.


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