[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in Lua code generator
- From: Mike Pall <mikelu-0705@...>
- Date: Wed, 2 May 2007 22:49:55 +0200
Hi,
Roberto Ierusalimschy wrote:
> The question is whether these is any
> disadvantage, except that it is different from the current code.
The total and the active code size in the main VM loop will
probably increase, i.e. the I-cache utilization will increase.
It's unclear whether this'll make much of a difference (the
bigger I-cache hogs are usually found elsewhere, e.g. libc).
[Popular L1 I-cache sizes: PIII/P4: 16K, K8/C2D: 64K, ARM/MIPS: 4K-32K.]
Bye,
Mike