GDC review process.

bearophile bearophileHUGS at lycos.com
Tue Jun 19 17:48:06 PDT 2012


Manu:

> Properly implemented multiple-return-values being the killer 
> app here!
> Using ALL the argument registers for returning multiple values 
> aswell ;)

Well, if D has a specific calling convention, it's better for it
to give a lot back.

Regarding the LLVM back-end for Haskell, it has required a new
calling convention, used to replace a feature of GCC (missing in
D and in LLVM) ("Thankfully GCC offers an extension, 'Global
Register Variables', which allows you to assign a global variable
to always reside in a specific hardware register"):

http://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html

Bye,
bearophile


More information about the Digitalmars-d mailing list