This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/21319] Please add the feature of switching target at runtime


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-01 16:23 -------
(In reply to comment #2)
> Slowed down? I'm not talking about compliling ALL the stuff in, just what I
> need. Like "configure --with-arch-i686 --with-arch-arm"...

Yes that would slow down the compiler as right now we have macros for some target dependent 
controls and then they have to be changed to function calls which slow down the compiler.

I think it slowed down the compiler about 1-5% IIRC.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21319


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]