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: Kill the deferred string table


Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

> On Sun, 27 Apr 2003, Zack Weinberg wrote:
>> As suggested earlier, this patch eliminates the deferred string table;
>> instead, I set SYMBOL_REF_DECL for constants to point to the tree for
>> that constant, which allows mark_constant to do the right thing with
>> STRING_POOL_ADDRESS_P constants.
>> [...]
>> At -O2 both function calls are eliminated, and so is the string
>> constant
>
> Zack, would this warrant mention in gcc-3.4/changes.html (and if so,
> would you mind adding something)?

Umm, this change should have had absolutely no user-visible effect; I
just modified the way varasm.c handles deferred strings.

I am even as we speak testing a patch to extend this functionality to
all sorts of constant; that *will* be worth a changes.html note when
it's done.

zw


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