Compilation strategy

Rob T rob at ucora.com
Tue Dec 18 23:19:05 PST 2012


On Tuesday, 18 December 2012 at 17:30:41 UTC, Walter Bright wrote:
> If I was doing it, and speed was paramount, I'd probably fix it 
> to generate native code instead of bytecode and so execute code 
> directly. Even simple JITs dramatically speeded up the early 
> Java VMs.

Could you re-use the compiler recursively to first compile and 
run CTFE, followed by the rest?

--rt


More information about the Digitalmars-d mailing list