1.0.27.42: explicit determinism in the compiler
authorChristophe Rhodes <csr21@cantab.net>
Fri, 24 Apr 2009 15:08:28 +0000 (15:08 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 24 Apr 2009 15:08:28 +0000 (15:08 +0000)
commit7f6e75c553b4465ced41c3640292834d803761eb
tree1292d392a811beb7ecc5f581bc9454af02fa75e2
parent9510443d0bd00fcbd0213e07a5340e66d9ce7301
1.0.27.42: explicit determinism in the compiler

2 messages follow:

stable-sort the time specifications

Dunno if this is actually necessary for anything.

make unpacking and repacking happen in a determined order

The unpacked blocks were stuffed into a hash table and then maphashed
over; as in other cases, this is host-dependent.  Use a list and pushnew
instead.
src/compiler/meta-vmdef.lisp
src/compiler/pack.lisp
version.lisp-expr