How about a 100% CTFE?

Martin Nowak dawg at dawgfoto.de
Tue Nov 8 08:47:45 PST 2011


On Tue, 08 Nov 2011 13:51:28 +0100, Kagamin <spam at here.lot> wrote:

> Martin Nowak Wrote:
>
>> > How would JIT work in the above case?
>>
>> You would need to do JIT a target agnostic IR.
>
> AFAIK, target-agnostic LLVM IR is impossible. It's in FAQ.

http://www.llvm.org/docs/FAQ.html#platformindependent ?
Transforming a source file to platform independent IR is not needed.
You need to interpret the IR that is emitted after semantic reduction, not  
the
one before.

martin


More information about the Digitalmars-d mailing list