Delete the x86-specific variant of LOAD-CODE
commit7f3fe4d131da1535316f4164d77f14cc4a80fb20
authorDouglas Katzman <dougk@google.com>
Sat, 28 Mar 2015 17:42:12 +0000 (28 13:42 -0400)
committerDouglas Katzman <dougk@google.com>
Sat, 28 Mar 2015 17:42:12 +0000 (28 13:42 -0400)
treea3d868aa2a5dd5bf0d4b5968c10ec8f98ab69938
parent12782965dcfc72deaee4ed2a011710643c8adf50
Delete the x86-specific variant of LOAD-CODE

In CMUCL this was split out because depending on whether the code was
byte-compiled or machine-code-compiled, it either would or would not
be placed in the dynamic heap by default.
src/code/early-fasl.lisp
src/code/target-load.lisp