Clean up allocate-code-object.
commit73a50dde426d4775abd81c821c117065479e7876
authorStas Boukarev <stassats@gmail.com>
Sun, 5 Feb 2017 15:18:16 +0000 (5 18:18 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 5 Feb 2017 15:18:16 +0000 (5 18:18 +0300)
treef8cf3cdbd81d6d6cc19eb71701aa347a0e5cab2f
parent19a0efc8c402946cb3fba15206a0ad7ea446cc9f
Clean up allocate-code-object.

Use the (cond #+condition(test a) (t b)) trick instead of
(if (or #+condition test) #+condition a #-condition nil b)
src/compiler/generic/target-core.lisp