Force evaluate!

Tim Rowledge rowledge at interval.com
Mon Feb 16 17:03:26 UTC 1998


On Sun 15 Feb, Satoshi NISHIHARA wrote:
> On Conventional Squeak VM raises the walkback below.
> Jitter VM never show this walkback.
That's because you are doing a recursion on a blcok - which the conventional VM cannot do (cf. blue book) whereas the jitter can as it has the framework in place for working from Closures instead of blocks. I'm sure Ian could add much mor
e detail if you need it.
> What should I do?
If you need to run with the conventional vm, rewrite the code to avoid the block recursion. Of course, since it is intended to test the efficiency of recursively calling a block, that would be fairly pointless !

-- 
Useful random insult:- If brains were taxed, he'd get a rebate.
Tim Rowledge:  rowledge at interval.com (w)  +1 (650) 856-7230 (w)
 tim at sumeru.stanford.edu (h)  <http://sumeru.stanford.edu/tim>





More information about the Squeak-dev mailing list