[Git][cmucl/cmucl][issue-195-relocatable-stacks-by-default] Remove unused CONTROL_STACK_END that's #if'd out anyway.
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Mon May 15 17:35:57 UTC 2023
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/d2921059728fbc45b568602d5be0515aba0b9f66
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d2921059728fbc45b568602d5be0515aba0b9f66
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230515/a750f4ba/attachment.html>
More information about the cmucl-cvs
mailing list