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



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.

You can also change real_digit to accept 10. If it's not too ugly...


Paolo


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