I've only been following IMCC activity from a distance, so this might be a useless comment, but...

When IMCC does any sort of optimization, it needs to be careful to not optimize away fetches that we actually have to have. (Perhaps an attribute on fetches that are required, for example) We don't want to blow away loads or stores that'd change the behaviour of perl (or other langague) code with active variables that depends on loads and stores actually being done.
--
Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
[EMAIL PROTECTED] have teddy bears and even
teddy bears get drunk

Reply via email to