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 target/41644] -minimal-toc not helping for toc section exceeding 64k



------- Comment #8 from sathishpy at gmail dot com  2009-10-12 09:46 -------
gcc man page for minimal-toc:
>>This option causes GCC to make 'only one TOC entry' for every file.  When you >>specify this option, GCC will produce code that is slower and larger but which 
>>uses extremely little TOC space. 
This is giving the impression that large number of string constants are not
stored in toc with -minimal-toc. If not, could you please met me know how this
option helps in reducing the toc size? 

thanks


-- 


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


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