[Pharo-project] faster snapshotting
Hi matthew I'm checking your http://code.google.com/p/pharo/issues/detail?id=235&colspec=ID%20Type%20Stat... "Adding the ivar 'category' to methodReference allows a 25% speedup in Monticello snapshotting, after source caching. This capability is exploited as of PackageInfo-Base-mtf.56" for 10092 now. http://code.google.com/p/pharo/issues/detail?id=235&colspec=ID%20Type%20Stat... Several questions - I do not know what you mean by PackageInfo-Base-mtf.56? Where is it? Is this package uses your setter method category:? - why the category and category: methods are not in the *monticello extension? (There were in *monticello in 10091) - When I categorized them in *monticello I got problems or my network is really gettiong slow. Stef
Hi matthew
I'm checking your
http://code.google.com/p/pharo/issues/detail?id=235&colspec=ID%20Type%20Stat...
"Adding the ivar 'category' to methodReference allows a 25% speedup in Monticello snapshotting, after source caching. This capability is exploited as of PackageInfo-Base-mtf.56"
for 10092 now.
http://code.google.com/p/pharo/issues/detail?id=235&colspec=ID%20Type%20Stat...
Several questions
- I do not know what you mean by PackageInfo-Base-mtf.56? Where is it? Is this package uses your setter method category:?
- why the category and category: methods are not in the *monticello extension? (There were in *monticello in 10091)
- When I categorized them in *monticello I got problems or my network is really gettiong slow.
I checked and rebooted my network. Now it looks like going much faster.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Sun, Oct 12, 2008 at 07:51:49PM +0200, St?phane Ducasse wrote:
Hi matthew
I'm checking your
http://code.google.com/p/pharo/issues/detail?id=235&colspec=ID%20Type%20Stat...
"Adding the ivar 'category' to methodReference allows a 25% speedup in Monticello snapshotting, after source caching. This capability is exploited as of PackageInfo-Base-mtf.56"
for 10092 now.
http://code.google.com/p/pharo/issues/detail?id=235&colspec=ID%20Type%20Stat...
Several questions
- I do not know what you mean by PackageInfo-Base-mtf.56? Where is it? Is this package uses your setter method category:?
It is in the Monticello public repository: http://www.squeaksource.com/mc Yes, that PackageInfo uses the setter.
- why the category and category: methods are not in the *monticello extension? (There were in *monticello in 10091)
I moved them, since the category is no longer used by Monticello alone, but by both PackageInfo and by Monticello. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/
It is in the Monticello public repository: http://www.squeaksource.com/mc
Yes, that PackageInfo uses the setter.
- why the category and category: methods are not in the *monticello extension? (There were in *monticello in 10091)
I moved them, since the category is no longer used by Monticello alone, but by both PackageInfo and by Monticello.
ok
participants (2)
-
Matthew Fulmer -
Stéphane Ducasse