On 11/8/07, Kjell Godo <[EMAIL PROTECTED]> wrote: > I am interested in how executable code is generated in > general. Can you point me at any books or info about > how such things are done?
For a very basic idea of how to do dynamic code generation you might find my blog post about doing this in Factor a start: <http://www.bluishcoder.co.nz/2007/02/dynamic-code-generation-and-image.html> Otherwise any good compiler book should help. Something like Andew Appels "Modern Compiler Implementation in Java" (he has C and ML versions too), or Steven Muchnicks "Advanced Compiler Design and Implementation". Chris. -- http://www.bluishcoder.co.nz _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
