Displaying 3 results from an estimated 3 matches for "036bf458".
2013 Feb 27
0
[LLVMdev] arm compiler benchmarks
On 27 Feb 2013, at 00:45, Renato Golin <renato.golin at linaro.org> wrote:
> People normally care about code size on Cortex-R/M and ARM9 or older, and in there, not many LLVM users.
There are a lot of A8 devices around with 256KB (or less) of L2 cache (32KB of L1 i-cache), and so code density, if not code size, matters a lot for these. Cache sizes in mobile chips tend to be as small as
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
...'ve seen some commits going through
during the last few years on that area. I'd like to know if we're getting
close to GCC.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130227/036bf458/attachment.html>
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
I haven't tried using -Os/z on any ARM device for the last 3 years, and
back then, -Os would break many things.
People normally care about code size on Cortex-R/M and ARM9 or older, and
in there, not many LLVM users.
--renato
On 27 February 2013 00:38, Jim Grosbach <grosbach at apple.com> wrote:
> I've not run any on non-iOS devices, and haven't looked at GCC since
>