Factor out read-var-integer into a function.
authorStas Boukarev <stassats@gmail.com>
Wed, 5 Jun 2013 19:28:44 +0000 (23:28 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 5 Jun 2013 19:28:44 +0000 (23:28 +0400)
commit09a00b3120e7dd6d040cf70fbaaa1af32b890ee3
tree5c7efb9ab1276c891f1283ac5dcc0702b6f95597
parenta37b7e2a4c93398af954c3f03c5412ead1c1c828
Factor out read-var-integer into a function.

read-var-integer macro is used quite a number of times, expand the
macro into a SETF, which calls %read-var-integer, which does actual
reading. Reduces the core size by 65KB on x86-64.
src/code/debug-var-io.lisp
src/compiler/target-disassem.lisp