Asm-Generator - integration with Compiler

J J azreal1977 at hotmail.com
Sun Jul 22 15:28:05 UTC 2007


> Date: Fri, 13 Jul 2007 08:57:08 +0300> From: siguctua at gmail.com> To: exupery at lists.squeakfoundation.org> Subject: Asm-Generator - integration with Compiler> > To indicate that currently submitted method is assembler, developer> just need to put> <assembler> pragma in code.> I will place some 'awful hacks' in Compiler to react on this pragma> and redirect all further processing to my classes.Alternatively, you can just add a class side method (#compilerClass I think it is) that tells Smalltalk to use what ever class you want when it tries to compile methods for the class.  This might be better "self documenting" for people reading the code that aren't familiar with what <assembler> might mean and wouldn't know where too look.  But if they see compilerClass then they know exactly what class to look at to see what's going on.
_________________________________________________________________
Local listings, incredible imagery, and driving directions - all in one place! Find it!
http://maps.live.com/?wip=69&FORM=MGAC01
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/exupery/attachments/20070722/f4918149/attachment.htm


More information about the Exupery mailing list