Turns out call-next-method was really slow when called from word which were compiled with the non-optimizing compiler. Adding some memoization helped. Clearing the pane output after all-vocabs . takes about one and a half seconds for me now.
Slava On Wed, Oct 1, 2008 at 2:20 AM, Stefan Scholl <[EMAIL PROTECTED]> wrote: > When there are a few pages of output in the workspace and you > want to clear it with the "Clear Output (CLEAR)" button, it is > getting a bit slow. > > The more output, the longer it takes. > > Reproducing it: > 1.) Fill the output with some random stuff. Like > all-vocabs . > 2.) Click the "Clear Output (CLEAR)" button > 3.) wait. > > > Bug or feature? > > > > ( scratchpad ) USE: system cpu os build .s > x86.32 > winnt > 492 > > > -- > Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/ > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
