From da5a6435b22bd01a93444f61291c8c62c51c270b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jun 2003 20:09:01 +0000 Subject: [PATCH] update documentation about columns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6833 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTestTemplate.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 4e71b91d72b..2c105fd1f89 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -126,15 +126,11 @@ 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 - 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. +
  • LLC - The time taken compile with LLC (the static X86 backend) +
  • NAT - The time taken to execute the program when compiled + with GCC -O3.
  • 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 ~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.
  • MachCode - The number of bytes of machine code