mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 08:48:29 +00:00
Perform more low-level code cleanup
This commit is contained in:
parent
c32e2d4486
commit
2d17ab016c
42 changed files with 977 additions and 265 deletions
|
@ -68,11 +68,11 @@
|
|||
|
||||
/* TODO(jart): Remove this in favor of GetStackSize() */
|
||||
#if defined(COSMO) && defined(MODE_DBG)
|
||||
#define STACKSIZE 0x20000 /* 128kb stack */
|
||||
#define STACKSIZE 131072 /* 128kb stack */
|
||||
#elif defined(COSMO)
|
||||
#define STACKSIZE 0x10000 /* 64kb stack */
|
||||
#define STACKSIZE 65536 /* 64kb stack */
|
||||
#else
|
||||
#define STACKSIZE 0x800000 /* 8mb stack */
|
||||
#define STACKSIZE 8388608 /* 8mb stack */
|
||||
#endif
|
||||
|
||||
#define BIGPAGESIZE 0x200000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue