Raymond Toy pushed to branch issue-195-relocatable-stacks-by-default at cmucl / cmucl
Commits: d2921059 by Carl S. Shapiro at 2023-05-15T17:35:44+00:00 Remove unused CONTROL_STACK_END that's #if'd out anyway. - - - - -
1 changed file:
- src/lisp/sparc-validate.h
Changes:
===================================== src/lisp/sparc-validate.h ===================================== @@ -98,9 +98,6 @@ #define STATIC_SPACE_SIZE ((2*MB_128) - SPARSE_BLOCK_SIZE) /* 256 MB - 32 KB, 256 MB max */
#define CONTROL_STACK_SIZE (MB_128 - SPARSE_BLOCK_SIZE) /* 128 MB - 32 KB, 128 MB max */ -#if 0 -#define CONTROL_STACK_END (CONTROL_STACK_START + control_stack_size) -#endif
#define SIGNAL_STACK_SIZE SIGSTKSZ
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d2921059728fbc45b568602d...