mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion/simulator] Temporarly increase stack size on simulator
Change-Id: I0f27277ea704f81e316c7ff78fb7bed8c70ff4ae
This commit is contained in:
committed by
Émilie Feral
parent
fa9c9c1567
commit
d224778330
@@ -15,7 +15,9 @@
|
||||
|
||||
constexpr int kHeapSize = 131072;
|
||||
#ifdef NDEBUG
|
||||
constexpr int kStackSize = 32768;
|
||||
/* TODO : Reduce stack memory cost in prime factorization to allow running
|
||||
* tests with the actual stack size */
|
||||
constexpr int kStackSize = 32768*10;
|
||||
#else
|
||||
constexpr int kStackSize = 32768*10; // In DEBUG mode, we increase the stack to be able to pass the tests
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user