Browse Source

Merge branch 'master' into v2.1

Mike Pall 11 years ago
parent
commit
b342b7a0eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jit/dump.lua

+ 1 - 0
src/jit/dump.lua

@@ -36,6 +36,7 @@
 --  * m  Dump the generated machine code.
 --  * m  Dump the generated machine code.
 --    x  Print each taken trace exit.
 --    x  Print each taken trace exit.
 --    X  Print each taken trace exit and the contents of all registers.
 --    X  Print each taken trace exit and the contents of all registers.
+--    a  Print the IR of aborted traces, too.
 --
 --
 -- The output format can be set with the following characters:
 -- The output format can be set with the following characters:
 --
 --