Re: [ooc-compiler] TCC is working !
Brought to you by:
mva
|
From: s d. <syl...@ya...> - 2003-10-06 14:32:12
|
--- Stewart Greenhill <sgr...@ip...> wrote: > But I'm curious about tinycc. What CPU architectures > are supported by > this compiler? Obviously, x86 is there but I could > not find a specific > mention of others (eg. PPC). Does anyone have any > pointers on this? Hi, My understanding is that they are splitting the code to have different backend for the PowerPC and ARM. There is some condegen for the RISK (from the TODO). http://www.tinycc.org/ > > They claim very fast code generation at a > performance cost of about 30% > relative to GCC. That's still pretty good, providing > it does some > obvious optimisation. The web page (above) claim 8X faster than gcc -o0 (ie no optimisation) or 134000 lines/seconds compare to gcc 3.2 -O0 15000 lines/seconds. I found my self in the edit/compile/run loop when debugging/tracing Oberon code. So reducing compile time seem good while debugging. When that is done its just a matter of switching to gcc -O9 :) Sylvain. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |