Re: [dev] Optimizing C compiler & c++ compiler/runtime
Anthony J. Bentley wrote:
> I’ve been curious about libfirm and cparser but haven't looked at them
> closely yet.
I did work a bit with cparser/libfirm and found the following:
* It took about 2 times longer to compile than gcc
* There was no x64 support yet
* It is not developed very actively, although the developers are responsive
* Some Programms had to be patched to be „libfirm-friendly“ and compilable
* Sometimes a lot of (in my understanding of the respective source) wrong
warnings popped up
In conclusion I would say it is not yet stable enough for production use, but
worth a look into, if you're interested in compilers.
--Markus
Received on Fri Dec 20 2013 - 17:30:40 CET
This archive was generated by hypermail 2.3.0
: Fri Dec 20 2013 - 17:36:12 CET