debug-info: don't write variable IDs.
commitab8617ddb43c0d7e8aa176809c0029f434372b37
authorStas Boukarev <stassats@gmail.com>
Wed, 28 Jun 2017 14:18:38 +0000 (28 17:18 +0300)
committerStas Boukarev <stassats@gmail.com>
Wed, 28 Jun 2017 14:18:38 +0000 (28 17:18 +0300)
treee757ef2cb1ebb2cf3e778ce40139c66648e386b8
parentac4fec5777dee6e1f9e50784d6b3f02c67813a03
debug-info: don't write variable IDs.

The IDs are used to distinguish different bindings with the same name,
since the variables are sorted they don't need to have an ID and no
need to repeat the variable names for subsequent entries.
src/code/debug-info.lisp
src/code/debug-int.lisp
src/compiler/debug-dump.lisp
src/compiler/target-disassem.lisp