Prechádzať zdrojové kódy

qemu-tech.texi: Update default code cache size

  Update the document since the default code cache size is 32 MB now.

Signed-off-by: chenwj <chenwj@cs.nctu.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
陳韋任 14 rokov pred
rodič
commit
27c8efcb5d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      qemu-tech.texi

+ 1 - 1
qemu-tech.texi

@@ -435,7 +435,7 @@ generate an addition for the segment base.
 @node Translation cache
 @node Translation cache
 @section Translation cache
 @section Translation cache
 
 
-A 16 MByte cache holds the most recently used translations. For
+A 32 MByte cache holds the most recently used translations. For
 simplicity, it is completely flushed when it is full. A translation unit
 simplicity, it is completely flushed when it is full. A translation unit
 contains just a single basic block (a block of x86 instructions
 contains just a single basic block (a block of x86 instructions
 terminated by a jump or by a virtual CPU state change which the
 terminated by a jump or by a virtual CPU state change which the