diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 327bcca5b01..4e71b91d72b 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -126,18 +126,17 @@ stable LLVM is as a whole. The columns of the tables are:

  • Bytecode - The size of the bytecode for the program
  • Instrs - The number of LLVM instructions in the compiled bytecode -
  • LLC - Does the program compile with the Sparc Backend? Note +
  • LLC - The time taken compile with the Sparc Backend. Note that this justs tests to see if the backend runs successfully, not if the generated code works. -
  • CBE - Does the program compile with the C Backend? Note - that this justs tests to see if the code generated compiles, not if it - works. +
  • CBE - The time taken to execute the program after compilation + through the C Backend. If the diff fails, this a *.
  • 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).
  • DynInstrs - How many dynamic instructions are executed by the interpreter, if it finishes.
  • JIT - How long does the program take to execute in the - Just In Time compiler (again, capped to 30s). + Just-In-Time compiler.
  • MachCode - The number of bytes of machine code generated by the JIT.
  • CompTime - The amount of time spent in the JIT itself,