Differentiate between object slot initialisation and mutation
authorPaul Khuong <pvk@pvk.ca>
Sun, 3 Jul 2011 01:05:31 +0000 (21:05 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sun, 3 Jul 2011 01:05:31 +0000 (21:05 -0400)
commit57d30b9b5a4b2be52431e0a8daaf81d409d146a9
tree136a712e306ab6d3d0830dce44ec92ae347fc85f
parente3f278b30037cebc48960059f4eb59d5dd50201f
Differentiate between object slot initialisation and mutation

 INIT-SLOT and SET-SLOT VOPs do the same thing on every platform for
 now.
package-data-list.lisp-expr
src/compiler/alpha/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