[squeak-dev] Re: [Etoys] etoys performance problems

Ties Stuij cjstuij at gmail.com
Fri Apr 11 06:24:31 UTC 2008


On Fri, Apr 11, 2008 at 2:46 AM, Yoshiki Ohshima <yoshiki at vpri.org> wrote:
>   Hi, Ties,
>
>
>  > 1) fileIn fix
>  > In order to load a project bundle with an non-zipped .pr file in it,
>  > you've got to change the type of stream to create in
>  > projectStreamFromArchive from RWBinaryOrTextStream to
>  > MultiByteBinaryOrTextStream, since that's the class the project
>  > loading methods are defined on.
>
>   Hmm.  What was the performance impact by this?

None, but when an uncompressed .pr file sits in another archive, the
code that makes a stream for the .pr file makes the wrong kind of
stream for said .pr file. So it's a simple bugfix.

/Ties



More information about the Squeak-dev mailing list