On 2012-01-19, at 10:36 AM, Raffael Cavallaro wrote:
On Jan 18, 2012, at 10:55 PM, Marc Feeley wrote:
One of the important new features of Gambit-C is an X86 assembler which allows generating machine code on the fly and executing it, without the need for an external assembler.
I take it that this mechanism could ultimately form the basis for an incremental compiler, right?
Absolutely. But it does not exclude a static compiler either.
Marc