This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ARM/Thumb mixed code
- From: Arvind Krishnaswamy <arvind at CS dot Arizona dot EDU>
- To: <gcc at gcc dot gnu dot org>
- Date: Sun, 20 Jan 2002 15:59:03 -0700 (MST)
- Subject: ARM/Thumb mixed code
Hi,
I notice that my program spends most of its time in a function (_fpmul_parts).
This is in libgcc. I'd like the compiler to generate ARM code for this
function alone and leave the rest of the code as Thumb (trading off some
code size for performance). Is there a way of doing this?
-Arvind