Displaying 1 result from an estimated 1 matches for "v7i24_fallacy".
2006 Nov 01
4
[LLVMdev] LLVM / C--
...>generated code), lack of high-level optimizations, lack of ABI
>compatibility with the native tools, lack of C++ frontend support, and the
>small size of its community.
To quote Tony Hoare :
"premature optimization is the root of all evil."
http://www.acm.org/ubiquity/views/v7i24_fallacy.html
"That would then force us to choose a
versatile target architecture (such as PPC) and minimize
architecture-dependent optimizations."
http://www.cs.ualberta.ca/~pengzhao/open64-devel/msg00205.html
Will we be able to retarget easily LLVM ?
Has it a sense to retarget a compiler ?...