rgheck <[EMAIL PROTECTED]> writes: > OK, well, this may not be a huge issue, but looking closely at the > Undo code, it is noticeable that we are creating a copy of the > BufferParams for every undo operation, although---as the code > says---this information is only USED for full-document operations. So > that seems like a waste of memory (and time). Does this seems worth > fixing while I'm at it? The only thing I can think to do here is > something like the attached. Thoughts?
This come back of new/delete in the code looks like going backward to me. I think a bit of re-boostification would be better than doing everything by hand. JMarc