mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
The CBE output is compiled at -O2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1adab7cb5
commit
e928d7dcc5
@ -137,7 +137,7 @@ with an asterisk: `*'. The columns of the tables are:<p>
|
||||
<li><a name="GCC">GCC</a> - The time taken to execute the program when compiled
|
||||
with GCC -O2.</li>
|
||||
<li><a name="CBE">CBE</a> - The time taken to execute the program after
|
||||
compilation through the C Backend.</li>
|
||||
compilation through the C backend, compiled with -O2.</li>
|
||||
<li><a name="LLC">LLC</a> - How long does the program generated by the static
|
||||
backend LLC take to execute </li>
|
||||
<li><a name="JIT">JIT</a> - The amount of time spent running the
|
||||
|
Loading…
Reference in New Issue
Block a user