Martin Buchholz writes:
>>>>> "OG" == Olivier Galibert
<galibert(a)pobox.com> writes:
OG> I'd like to see --use-minimal-tagbits being default, and the other
OG> alternative actually removed.
OG> Rationale:
OG> - per Kyle's study, performance is equivalent
OG> - we have to settle on one of the options for code-freezing time in
OG> order to ensure proper testing on all architectures
I thought we already have settled on doing things the way they've been
for years, i.e. default to gung-ho=no for 21.0.
We had. A couple of new data to consider.
- the window.h:290 crash caused by the GCC 2.7.x compiler bug
goes away when --use-minimal-tagbits is used. We might avoid
some bug reports.
- stack traces are easier to deal with since the pointers are clean.