This is what I expected. Thanks Igor, Alexandre
On 8 Jan 2010, at 11:23, Igor Stasenko wrote: > 2010/1/8 Alexandre Bergel <[email protected]>: >> Hi! >> >> I think I already know the answer, but I would like to ask still. Is >> there a way in Pharo to know about cache misses? Is there a way to >> know about the method cache within the image? I guess no. Would it be >> hard to add this information? >> > > This is a 'magic' which sits deeply in VM. > Image-side stuff should not care about it much, since it is > implementation specific. > Mainly, because VM could employ different cache strategies , and by > not exposing it, we making sure that > we could change it at any moment. Especially , if we think about JIT > and method inlining... > >> Cheers, >> Alexandre >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Best regards, > Igor Stasenko AKA sig. > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
