Mozilla crash and burn?

Alexander Leidinger Alexander at Leidinger.net
Tue Mar 23 08:54:58 PST 2004


On Tue, 23 Mar 2004 09:19:18 -0600
Jon Noack <noackjr at alumni.rice.edu> wrote:

> I hope this isn't a stupid question, but why -Os instead of -O?

-Os enables more optimizations than -O, but only those which don't
increase the size too much. -O2 (and -O3) enable optimizations which may
increase the size, this may results in code, which doesn't fit into the
L1 (or L2) caches of a CPU anymore. Not running in the caches anymore
result in a slowdown (if it's critical code).

Bye,
Alexander.

-- 
           I will be available to get hired in April 2004.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the freebsd-gnome mailing list