Add code_header_words() accessor.
commitf08ab22070d80da93db8ae09c4fb42e6846ae19b
authorDouglas Katzman <dougk@google.com>
Wed, 31 Aug 2016 07:04:09 +0000 (31 03:04 -0400)
committerDouglas Katzman <dougk@google.com>
Wed, 31 Aug 2016 07:04:09 +0000 (31 03:04 -0400)
tree58c6f3a0307922c44adda5a4c4eeda5d3d7273d3
parentfc6cc69cdafbcfe1744027399d83edb368cc3b7f
Add code_header_words() accessor.

It's merely an alias of HeaderValue for better abstraction.
(And its implementation is subject to change).
Also rename fixnum_word_value to code_instruction_words for symmetry.
18 files changed:
contrib/sb-introspect/introspect.lisp
contrib/sb-sprof/sb-sprof.lisp
package-data-list.lisp-expr
src/code/debug-int.lisp
src/code/dyncount.lisp
src/code/room.lisp
src/code/target-misc.lisp
src/compiler/target-disassem.lisp
src/compiler/x86-64/target-insts.lisp
src/runtime/backtrace.c
src/runtime/breakpoint.c
src/runtime/gc-common.c
src/runtime/gencgc.c
src/runtime/interr.c
src/runtime/purify.c
src/runtime/runtime.h
tests/compiler-test-util.lisp
tests/compiler.impure.lisp