On Wednesday, 23 May 2012 at 21:41:37 UTC, Roman D. Boiko wrote:
On Wednesday, 23 May 2012 at 17:12:15 UTC, Andrew Wiley wrote:
I agree with Roman that automated translation to a VM language
[…]
It is possible to translate D to LLVM IR :) Proven by LDC.
You are probably aware of this, but LLVM IR isn't a »VM
language« of any kind, but rather a SSA-form immediate
representation similar to what other compilers use – LLVM
officially is not even an acronym for Low Level Virtual Machine
(anymore).
David