mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
update documentation about columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6833 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
034acf0a3d
commit
da5a6435b2
@ -126,15 +126,11 @@ 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 the Sparc Backend. Note
|
<li><a name="LLC">LLC - The time taken compile with LLC (the static X86 backend)
|
||||||
that this justs tests to see if the backend runs successfully, not if the
|
<li><a name="NAT">NAT - The time taken to execute the program when compiled
|
||||||
generated code works.
|
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="LLI">LLI - How long does the program take to execute in
|
|
||||||
LLI's interpreter (note that this is capped to ~300s).
|
|
||||||
<li><a name="DynInstrs">DynInstrs - How many dynamic instructions are executed
|
|
||||||
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.
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user