On Mon, Sep 15, 2003 at 03:30:06PM -0600, Luke Palmer wrote: [snipped] > > No, I think Parrot will still only JIT I&N registers. Optimization > includes way more than just JIT. >
Do you mean that array accesses will not be jitted? If an array is declared exact type (not subclassable) and that the compiler can assess that the index is not out of bounds, array accesses seem pretty good candidates to JIT. -- stef