OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: leland on March 18, 2005, 07:55:08 pm
-
Is gcc 3.4 being looked at for compliling OE ? It's supposed to create faster binaries. Is there an Intel compiler for ARM ?
-
Is gcc 3.4 being looked at for compliling OE ?
I'm pretty sure it's used atm (I don't have my dev box in front of me atm).
Si
-
Yes, we are compiling the whole OpenZaurus distribution with gcc 3.4.3 atm.
-
Is there an Intel compiler for ARM ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71354\"][{POST_SNAPBACK}][/a][/div]
What about this question? Or, is there another compiler that creates better optimized binary code than gcc?
I've just been working on some x86 code where the icc compiled code runs literally 4X faster than the same code compiled with gcc.
-
If such a beast were available you would be able to use it with OE (add a provides in the conf file for gcc and make sure it can be called appropriately - one of the OE gurus may have a cleaner solution).
Might be a good idea for people to add patches to GCC to improve arm code performance too though.
Si
-
Is there an Intel compiler for ARM ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71354\"][{POST_SNAPBACK}][/a][/div]
Yes, but its beta version, expensive and not readily publicly available.
and, it's not a drop in for gcc, so Makefiles and whatnot have to be modified.
-
Yes
Have you tested it? Can it produce faster code than gcc?