Which of course would be tricky as there is no block for the parameter... it has been optimized away.So the solution takes was to make some selectors special. ifTrue: is *always* compiled to a jump bytecode.This in turn means that it can not be used for any other purpose. If you implement it in your own class, it will neverbe called. (I alwasy wanted to look into the question if the vm could not just re-send ifTrue: instead of giving theuseless error message...)