This is the mail archive of the gcc@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: Can we speed up the gcc_target structure?


On Sun, 18 Jan 2004, Jan Hubicka wrote:

> I suppose this is mostly equivalent to what LLVM have except for the
> fact that list of symbols with external linkage is boundled in the
> source itself, instead of being in separate file.
> Do you have any experience with the separate file having considerable
> benefits?

If you could generate the list from a GNU linker script, you could take
advantage of such a script in any library hiding internal functions that
way.  The obvious example is glibc but I don't know to what extent the
functions written in assembler would inhibit such optimisations.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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