Put the space-start values into internals.h so we can refer to them. Then,
there's only one place (Lisp) to maintain the space-start values. new-genesis.lisp: o Any constants ending with "-SPACE-START" are dumped to internals.h sparc/parms.lisp: o Make target-read-only-space-start, target-static-space-start, target-dynamic-space-start, and target-foreign-linkage-space-start defconstants instead of defparameters so that internals.h will have the values for use in C code.
Loading
Please register or sign in to comment