8 Oct 13:52
Inline compiler optimizations
From: Martin Beck <martin.beck <at> hpi.uni-potsdam.de>
Subject: Inline compiler optimizations
Newsgroups: gmane.comp.lang.smalltalk.squeak.general
Date: 2008-10-08 11:55:19 GMT
Subject: Inline compiler optimizations
Newsgroups: gmane.comp.lang.smalltalk.squeak.general
Date: 2008-10-08 11:55:19 GMT
Hi, does anyone already know, what the impact the inline compiler optimizations like avoiding #ifTrue: or #to:do sends has on the VM performance? Or, where could I disable then in order to measure it myself? btw. some methods, especially in the exception handling code, use the knowledge about this implicit optimizations, for example when they use thisContext in an #ifTrue: or #whileTrue: block, which does not return the BlockContext in that cases... :)
RSS Feed