On Fri, Apr 25, 2014 at 9:48 PM, David Malcolm wrote: > Thanks; your patch does indeed fix the issue: with it, I no longer need > the band-aid from my patch to be able to run the jit testsuite with full > optimization.
Good. In the mean time I tested the patch, and found a typo: + if (icode != 0 should be: + if (icode >= 0 I'll post the patch for trunk this weekend. Ciao! Steven