Garbage collection in D

Robert Fraser fraserofthenight at gmail.com
Thu Jun 4 07:20:02 PDT 2009


Frits van Bommel wrote:
>> The new JavaVM with the option I have shown is clearly able to do such 
>> things.
>> Can't you take a look at the source code of the JavaVM? :-)
>> There's a huge amount of NIH in the open source :-)
> 
> I suspect the Java VM uses a different internal representation of the 
> code than LLVM does...

HotSpot uses 3-argument SSA for IR, AFAIK... I think LLVM is also 
SSA-based, right? But the Java source is _quite_ complex.


More information about the Digitalmars-d-learn mailing list