Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | Lars Gullik Bjønnes wrote:
| > | > [EMAIL PROTECTED] writes:
| > | > | Author: younes
| > | > | Date: Sun Oct 22 12:51:59 2006
| > | > | New Revision: 15464
| > | > | | URL: http://www.lyx.org/trac/changeset/15464
| > | > | Log:
| > | > | Immediate rendering of buffer change for one or multiple LyXView.
| > | > | | * Buffer: new changed() boost::signal.
| > | > | | * LyXView:
| > | > | - redrawWorkArea(): deleted
| > | > | - bufferChangedConnection_: new signal connection
| > | > This seems to be making character insertion super slow.
| > | | In debug mode? If yes this is normal. Boost signal debug symbols
| > come
| > | to the party.
| > On linux debug mode (-g) does not make anything slower.
|
| Are you sure of that? STL safe iterators and Boost debug check
| certainly make things a lot slower on windows.
Yes '-g' does not change much. Also I compile without stdlib debug on.
I am testing with -O2 now.
| > | In Release mode I don't see any difference here.
| > So it is only unusable for developers then.
|
| Because you are writing documents with a debug build?
I develop and test with a debug build yes.
(linux debug builds are not the same as windows debug builds)
--
Lgb