This is the mail archive of the gcc-patches@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]

Re: [PATCH]: initialize dconsts lazily, improve GCC startup time


From: "Paolo Bonzini" <bonzini@gnu.org>


Indeed. real_from_integer, as used in your patch in a different place:

real_from_integer (&dconst3, VOIDmode, 3, 0, 0);

real_digit? paolo

Yes, but it's a static function right now. I guess I could externalize it and use it in various places, but real_digit wouldn't help with 10. Hmm, perhaps ten_to_ptwo(0) would work for that.


       --Kaveh
--
Kaveh R. Ghazi


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