Reduce debug-info size on x86oids and ARM.
commit9b9b66f7a89f1dfbbc89316d99d6e21c0f2ad477
authorStas Boukarev <stassats@gmail.com>
Sun, 5 Jul 2015 17:49:08 +0000 (5 20:49 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 5 Jul 2015 17:49:08 +0000 (5 20:49 +0300)
treec1df8a0c932b7ad31e5cbe26ec5aa26a42b2036c
parenta153a2506e3c12bc12cf622aca711678ae760371
Reduce debug-info size on x86oids and ARM.

They have constant return-pc-save-offset and old-fp-passing-offset
across all functions. Make constants for those and don't save them in
compiled-debug-fun.
make-config.sh
package-data-list.lisp-expr
src/code/debug-info.lisp
src/code/debug-int.lisp
src/compiler/arm/call.lisp
src/compiler/debug-dump.lisp
src/compiler/x86-64/call.lisp
src/compiler/x86/call.lisp