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: Unit-at-time related PRs


    > It can't be that bad, because while the RTL constant pool is
    > per-function, the tree constant pool is per-file.

    Why we even *have* separate tree and RTL constant pools is something
    that should be looked into.

Precisely because one is per-function and one is per-file.  I do agree
we could do a better job of merging them, though.


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