>> For information: >> (1 to: 3) collect: [:h | [CompiledMethod allInstancesDo: [:each | each >> getSourceFromFile]] timeToRun] >> >> Standard way, which both registers in the FileRegistry, and does close >> at end of getSourceFromFile:
do you have the code for this one? >> > Standard way, which both registers in the FileRegistry, and does close > at end of getSourceFromFile: > #(7697 7684 7694) > > Explicit closing with readOnlyFileNamed:do: > #(6586 6597 6594) > > Cheers, > Henry > > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
