From: <gb...@di...> - 2000-09-18 22:38:52
|
Hi, > On Thu, Sep 14, 2000 at 02:19:45PM +0200, Gwenole Beauchesne wrote: > > It currently achieves only +30% more speed according to Speedometer. > > Not too hot... I am confident that with longer compiled blocks and faster memory accesses (direct addressing), the JIT compiler will generate really faster code. Another point would be not to systematically compile the block that was just executed. > > - In 68040 mode, the translation cache tends to be flushed up to three > > times more than in 68020/68030 mode. > > That's probably because MacOS issues more cache flushes on the '040. Yes, that is why I wondered about finer detection of cache flushes in order to flush only the parts that need to. Actually, when say CINVP occurs, all the cache is flushed... -- Gwenolé Beauchesne |