Re: profiling and optimization

2001-04-05 Thread John Levon
On 5 Apr 2001, Jean-Marc Lasgouttes wrote: > I'd say we should indeed have --enable-warnings, but maybe keep > --with-frontend (it's a kind of external package, no?). If I use > --enable-frontend, I'd always wonder what --disable-frontend does... > > As a reference point, emacs 20.4 has > --wi

Re: profiling and optimization

2001-04-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> It's an unrelated bit of pedantry, but --with-warnings along John> with --with-frontend should really by --enable. --with is for John> specifying external packages. I'd say we should indeed have --enable-warnings, but maybe keep --with

Re: profiling and optimization

2001-04-05 Thread John Levon
On 5 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > As you can see from the latest commit, I gave in on the "move some > small methods inline" controversy. I wouldn't quite call it controversy ;) > should _always_ compile with "high" optimization turned on (in gcc > -O2) _and_ make sure th

profiling and optimization

2001-04-05 Thread Lars Gullik Bjønnes
As you can see from the latest commit, I gave in on the "move some small methods inline" controversy. One thing I'd like to point out though: When trying to optimize you should _always_ compile with "high" optimization turned on (in gcc -O2) _and_ make sure that you compile LyX with assertions t