On Fri, Aug 24, 2012 at 3:39 PM, Mariano Martinez Peck < [email protected]> wrote:
> > > On Thu, Aug 23, 2012 at 5:44 PM, Igor Stasenko <[email protected]> wrote: > >> no idea :/ >> you can just resave them to go back to normal >> >> > http://code.google.com/p/pharo/issues/detail?id=6599 > And now there is a test under ReleaseTest. So next time they are > generated, we should know in which update this test failed. > > grrrr we have even more ((CompiledMethod allInstances select: [:each | (#(#NoTrailer #SourcePointer #VarLengthSourcePointer) includes: each trailer kind) not and: [ each isInstalled ] ])) size -> 18 > > >> On 23 August 2012 16:15, Mariano Martinez Peck <[email protected]> >> wrote: >> > In Pharo 2.0 >> > >> > (CompiledMethod allInstances select: [:each | each trailer kind = >> > #EmbeddedSourceZip ]) size -> 15 >> > >> > (CompiledMethod allInstances select: [:each | each trailer kind = >> > #EmbeddedSourceZip ]) >> > >> > -> >> > >> > {(Dictionary>>#keysAndValuesDo: "a CompiledMethod(578289664)"). >> > (Morph>>#extent: "a CompiledMethod(691011584)"). (Morph>>#initialExtent >> "a >> > CompiledMethod(450101248)"). (Object>>#at:put: "a >> > CompiledMethod(784859136)"). (Object>>#printOn: "a >> > CompiledMethod(589299712)"). (Object>>#windowIsClosing "a >> > CompiledMethod(476839936)"). (Object>>#is: "a >> CompiledMethod(798752768)"). >> > (Object>>#at: "a CompiledMethod(660078592)"). (Object >> class>>#initialize "a >> > CompiledMethod(184549376)"). (Stream>>#nextPutAll: "a >> > CompiledMethod(881328128)"). (Stream>>#next: "a >> CompiledMethod(841744384)"). >> > (Stream>>#upToEnd "a CompiledMethod(483393536)"). >> (SystemWindow>>#delete "a >> > CompiledMethod(222035968)"). (SystemWindow>>#initialExtent "a >> > CompiledMethod(28835840)"). (SystemWindow>>#update: "a >> > CompiledMethod(521928704)")} >> > >> > Any idea why we have that instead of a regular one with a source >> pointer? >> > >> > >> > -- >> > Mariano >> > http://marianopeck.wordpress.com >> > >> >> >> >> -- >> Best regards, >> Igor Stasenko. >> >> > > > -- > Mariano > http://marianopeck.wordpress.com > > -- Mariano http://marianopeck.wordpress.com
