Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > This patch speeds up the scroll-down test by and odd second or two for > me.
Really? Wow! Did John Torjo's logging library ever make it into Boost? IIRC, using it would be equivalent to your change here. > void BufferView::Pimpl::update(Update::flags flags) > { > + // This is close to a hot-path. > + if (lyxerr.debugging(Debug::DEBUG)) { > lyxerr[Debug::DEBUG] You don't need to call operator[] anymore... Angus