Re: [arm-gnu] Fwd: Doubts regarding compatilbility issues between codesourcery assembler file and RVDS assembler file.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] Fwd: Doubts regarding compatilbility issues between codesourcery assembler file and RVDS assembler file.
- To: Abhinav Varma <abhinavvarma.13@xxxxxxxxx>
- Subject: Re: [arm-gnu] Fwd: Doubts regarding compatilbility issues between codesourcery assembler file and RVDS assembler file.
- From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Date: Fri, 13 Aug 2010 08:57:01 -0600
Abhinav Varma wrote:
> I got the point now. But the problem is that my exercise is to try to
> port out a source code written for arm-gcc to armcc so that we check
> improvement in performance.
The assembler is unlikely to have an impact on performance. As far as I
know, ARM's assembler, like the GNU assembler, has the job of faithfully
turning assembly code into bits; it's not in the optimization business.
If, in fact, you get better performance due to ARM's assembler, I'd
certainly be interested in seeing the resulting object files and what
ARM's assembler did that was better than the GNU assembler!
--
Mark Mitchell
CodeSourcery
mark@xxxxxxxxxxxxxxxx
(650) 331-3385 x713