Changeset 290553a for libcfa/src/concurrency/coroutine.cfa
- Timestamp:
- Oct 14, 2020, 10:57:02 AM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0b18db7
- Parents:
- b3f9684c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.cfa
rb3f9684c r290553a 92 92 93 93 // minimum feasible stack size in bytes 94 #define MinStackSize 1000 94 static const size_t MinStackSize = 1000; 95 95 extern size_t __page_size; // architecture pagesize HACK, should go in proper runtime singleton 96 96
Note: See TracChangeset
for help on using the changeset viewer.