|
From: Steve H. <S.W...@ec...> - 2003-08-07 08:42:21
|
On Thu, Aug 07, 2003 at 10:29:12 +0100, Simon Jenkins wrote: > The biggest hole in my argument (that I can see :)) is that module > internal state would often end up in RAM instead of registers in > blockless code. If a group of modules were heavy on internal state > but light on interconnections then the blockless code could lose out. Not really on ia32, there are so few registers that its not likly to make much difference. On PPC it may matter. - Steve |