Hi Mariano, On Wed, Apr 11, 2012 at 11:28 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Wed, Apr 11, 2012 at 9:46 AM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi Craig,
as I mentioned, Fuel package loader now doesn't store to changes file so the generated image has problems with recompilation and shrinking process doesn't work.
Pavel: if you use FLCompiledMethodCluster withSourceCode instead of #withNoTrailerChange  then sources are stored in the trailer of the serialized CompiledMethod. Therefore, you can recompile later of if you want. Of course, the serilzalization/materialization will be a little bit slower because you are including sources.
ehhh, I used Fuel from SqueakSource (mentioned in all materials), I didn't know that there is a newever version on ss3.gemstone.com :-) -- Pavel