Link Time Optimization
by Leandro Lucarella on 2009-10-10 15:34 (updated on 2009-10-10 15:34)- with 0 comment(s)
The upcoming LLVM 2.6 will include a plug-in for Gold to implement Link Time Optimization (LTO) using LLVM's LibLTO. There is a similar project for GCC, merged into the main trunk about a week ago. It will be available in GCC 4.5.
This is all fairly new, and will be not enabled by default in LLVM (I don't know what about GCC), but it will add a lot of new optimization oportunities in the future.
So people using LDC and GDC will probably be able to enjoy LTO in a near future =)
GDC resurrection
by Leandro Lucarella on 2009-10-05 11:31 (updated on 2009-10-05 11:31)- with 0 comment(s)
About a month ago, the GDC newsgroup started to get some activity when Michael P. and Vincenzo Ampolo started working on updating GCD. Yesterday they announced that they successfully merged the DMD frontend 1.038 and 2.015, and a new repository for GDC. They will be hanging on #d.gdc if you have any questions or want to help out.
So great news for the D ecosystem! Kudos for this two brave men! =)