From: Peter C. M. <Pet...@na...> - 2008-04-25 17:10:10
|
this is an early warning that I'm probably going to change Instruction.execute(), removing both the SystemState and KernelState parameters. Esp. the KernelState has been frequently misused to directly access it's public (sic!) fields, and both are more or less obsolete in terms of state mgnt. I will probably pull the remaining functionality of KernelState up into VM and ThreadInfo That's going to be a pretty big commit.. -- Peter |