On 06/01/2011 03:47 PM, Gleb Natapov wrote:
On Wed, Jun 01, 2011 at 03:34:23PM +0300, Avi Kivity wrote: > This mostly mindless patchset folds decode_cache into its enclosing struct, > x86_emulate_context. The point is to remove tons of pointless > > struct decode_cache *c =&ctxt->decode; > > lines from the code, which contribute absolutely nothing. > Didn't we plan some day to have a cache of decoded instructions to skip decoding stage? Not all the fields currently in decode_cache belong there of course (regs, io_read, mem_read).
I remember something vaguely. But it will be a much smaller subset of decode_cache than what we have here.
-- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html