Re: [ooc-compiler] TCC is working !
Brought to you by:
mva
|
From: Stewart G. <sgr...@ip...> - 2003-10-06 07:40:34
|
> The question that interests me most: Can tcc be used to compile oo2c > itself? The code generated by oo2c uses gcc extensions beyond the > ones listed on the tinycc site, most notably nested functions. This > would limit the number of programs that can be compiled with tcc. Actually, I like to use static nesting of procedure declarations, so this would be a show-stopper for me. 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? 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. Cheers, Stewart |