qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4388] Make a safer guess for max generated ops per guest insn ( spotted by Jan Kiszka).
@ 2008-05-09  5:55 Edgar E. Iglesias
  0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-05-09  5:55 UTC (permalink / raw)
  To: qemu-devel

Revision: 4388
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4388
Author:   edgar_igl
Date:     2008-05-09 05:55:18 +0000 (Fri, 09 May 2008)

Log Message:
-----------
Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).

Modified Paths:
--------------
    trunk/exec-all.h

Modified: trunk/exec-all.h
===================================================================
--- trunk/exec-all.h	2008-05-08 21:02:43 UTC (rev 4387)
+++ trunk/exec-all.h	2008-05-09 05:55:18 UTC (rev 4388)
@@ -30,7 +30,7 @@
 struct TranslationBlock;
 
 /* XXX: make safe guess about sizes */
-#define MAX_OP_PER_INSTR 32
+#define MAX_OP_PER_INSTR 64
 /* A Call op needs up to 6 + 2N parameters (N = number of arguments).  */
 #define MAX_OPC_PARAM 10
 #define OPC_BUF_SIZE 512

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-09  5:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09  5:55 [Qemu-devel] [4388] Make a safer guess for max generated ops per guest insn ( spotted by Jan Kiszka) Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).