Document new column, remove X86 specific stuff

llvm-svn: 7886
This commit is contained in:
Chris Lattner 2003-08-15 16:29:06 +00:00
parent 7d98bf2921
commit 488c2d4f5f
1 changed files with 2 additions and 1 deletions

View File

@ -126,11 +126,12 @@ stable LLVM is as a whole. The columns of the tables are:<p>
<li><a name="Bytecode">Bytecode - The size of the bytecode for the program <li><a name="Bytecode">Bytecode - The size of the bytecode for the program
<li><a name="Instrs">Instrs - The number of LLVM instructions in the <li><a name="Instrs">Instrs - The number of LLVM instructions in the
compiled bytecode compiled bytecode
<li><a name="LLC">LLC - The time taken compile with LLC (the static X86 backend) <li><a name="LLC">LLC - The time taken compile with LLC (the static backend)
<li><a name="NAT">NAT - The time taken to execute the program when compiled <li><a name="NAT">NAT - The time taken to execute the program when compiled
with GCC -O3. with GCC -O3.
<li><a name="CBE">CBE - The time taken to execute the program after compilation <li><a name="CBE">CBE - The time taken to execute the program after compilation
through the C Backend. If the diff fails, this a *. through the C Backend. If the diff fails, this a *.
<li><a name="LLC">LLC - The time taken to run LLC compiled program
<li><a name="JIT">JIT - How long does the program take to execute in the <li><a name="JIT">JIT - How long does the program take to execute in the
Just-In-Time compiler. Just-In-Time compiler.
<li><a name="MachCode">MachCode - The number of bytes of machine code <li><a name="MachCode">MachCode - The number of bytes of machine code