Pass through DX-P to INIT-SLOT vop
commit3721262723c98962ac0c00cc62928f15e94f0687
authorDouglas Katzman <dougk@google.com>
Mon, 31 Jul 2017 22:44:39 +0000 (31 18:44 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 31 Jul 2017 22:50:45 +0000 (31 18:50 -0400)
treeaf264fd8418d267bea772a2f660c3fbd808dd190
parent246cc4c6072d0f2783591b8b2556ce4b37d231fb
Pass through DX-P to INIT-SLOT vop

This allows using smaller-than-lispobj writes for pre-zeroed memory,
if the backend so chooses.
src/compiler/alpha/cell.lisp
src/compiler/arm/cell.lisp
src/compiler/arm64/cell.lisp
src/compiler/generic/vm-ir2tran.lisp
src/compiler/hppa/cell.lisp
src/compiler/mips/cell.lisp
src/compiler/ppc/cell.lisp
src/compiler/sparc/cell.lisp
src/compiler/x86-64/cell.lisp
src/compiler/x86/cell.lisp