July 10, 2009
1:27 p.m.
Henrik Sperre Johansen wrote:
On 09.07.2009 23:03, Lukas Renggli wrote:
OUCH!!!! That's quite an example; just for giggles, I started up a 3.9 polymorph image and retraced my steps (via message names, same as in Pharo) and had a prompt reply. After doing that, I found that Pharo (win32) had indeed completed the task.
Again, this has nothing to do with Pharo, OmniBrowser or Polymorph.
This is PackageInfo that is so slow when trying to find out the owning package of each of the 6334 methods. If the display of the package for every method is removed the sender browser opens almost instantly.
Lukas
I don't know if this helps but in MC1.5 Matthew sped up the PackageInfo routines for scanning the image by a factor of 10 or so.
Keith