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
 
1 changed file:
Changes:
| ... | ... | @@ -98,9 +98,6 @@ | 
| 98 | 98 |  #define STATIC_SPACE_SIZE   	((2*MB_128) - SPARSE_BLOCK_SIZE)	/* 256 MB - 32 KB, 256 MB max */
 | 
| 99 | 99 | |
| 100 | 100 |  #define CONTROL_STACK_SIZE  	(MB_128 - SPARSE_BLOCK_SIZE)	/* 128 MB - 32 KB, 128 MB max */
 | 
| 101 | -#if 0
 | 
|
| 102 | -#define CONTROL_STACK_END       (CONTROL_STACK_START + control_stack_size)
 | 
|
| 103 | -#endif
 | 
|
| 104 | 101 | |
| 105 | 102 |  #define SIGNAL_STACK_SIZE	SIGSTKSZ
 | 
| 106 | 103 |