1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Update column info

llvm-svn: 6079
This commit is contained in:
Chris Lattner 2003-05-10 20:54:55 +00:00
parent 011dba165e
commit 002fc7baee

View File

@ -126,18 +126,17 @@ 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 - Does the program compile with the Sparc Backend? Note <li><a name="LLC">LLC - The time taken compile with the Sparc Backend. Note
that this justs tests to see if the backend runs successfully, not if the that this justs tests to see if the backend runs successfully, not if the
generated code works. generated code works.
<li><a name="CBE">CBE - Does the program compile with the C Backend? Note <li><a name="CBE">CBE - The time taken to execute the program after compilation
that this justs tests to see if the code generated compiles, not if it through the C Backend. If the diff fails, this a *.
works.
<li><a name="LLI">LLI - How long does the program take to execute in <li><a name="LLI">LLI - How long does the program take to execute in
LLI's interpreter (note that this is capped to 30s). LLI's interpreter (note that this is capped to ~300s).
<li><a name="DynInstrs">DynInstrs - How many dynamic instructions are executed <li><a name="DynInstrs">DynInstrs - How many dynamic instructions are executed
by the interpreter, if it finishes. by the interpreter, if it finishes.
<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 (again, capped to 30s). 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
generated by the JIT. generated by the JIT.
<li><a name="CompTime">CompTime - The amount of time spent in the JIT itself, <li><a name="CompTime">CompTime - The amount of time spent in the JIT itself,