mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Properly close anchor tags in column descriptions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
185a7ab2ed
commit
6b8b22585c
@ -153,10 +153,10 @@ with an asterisk: `*'. The columns of the tables are:<p>
|
||||
<li><a name="JIT">JIT</a> - The amount of time spent running the
|
||||
program with the JIT; this includes the code generation phase (listed above)
|
||||
and actually running the program.</li>
|
||||
<li><a name="GCC/LLC">GCC/LLC - The speed-up of the LLC output vs the native
|
||||
GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
|
||||
<li><a name="GCC/CBE">GCC/CBE - The speed-up of the CBE output vs the native
|
||||
GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
|
||||
<li><a name="GCC/LLC">GCC/LLC</a> - The speed-up of the LLC output vs the native
|
||||
GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
|
||||
<li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native
|
||||
GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
|
||||
</ol><p>
|
||||
|
||||
A complete log of testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user