|
From: Lark <lar...@ya...> - 2001-02-19 16:15:02
|
on 2/19/01 12:52 AM, Ben Hines at bh...@sa... wrote: > Indeed, that worked, with 17 megs to spare even! :) Didnt really > notice a difference in speed, but the app is 2.6 megs now... Good. Inlining uses lots of RAM, that was causing the slowdown on my machine as well (it uses the VM heavily). > I'm not sure what would be causing elenis' problems. Was SHOW_LICENSE > defined for the release you made? I noticed that the LSIOUXAttachment > is still commented out, but we call cout anyway if the SHOW_LICENSE > is defined - that could be bad (or maybe the cout will just do > nothing.) SHOW_LICENSE was undefined. Do we depend on Carbon, or > MacOS 8.1? By the way, I'd like to keep SIOUX around in the debug version. I use it to debug the flex scanner. (If you change "nodebug" to "debug" at the beginning of the file, it prints matching rules as it scans. Very verbose, but sometimes useful.) > The SIOUXAttachment should be in a SHOW_LICENSE ifdef. If we still > want it. (IMO, the about box is enough) That code can go, it's still left from the time when there was no about box. -- Lark <lar...@ya...> |