2010/1/8 Alexandre Bergel <alexandre@bergel.eu>:
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.