Commit 4ff7acf
committed
[HIPIFY][fix]
[Synopsis]
+ Transformation maps reside in Stack and occupy up to `64kB` each of stack memory now
+ That leads to multiple compiler warnings about possible Stack Overflow
[Solution]
+ Move maps' initialization logic into a lambda. This prevents the compiler from creating a massive temporary array on the stack, which was the root cause of the "excessive stack usage" warning.Stack Overflow possible Issues - Part 11 - FILE
1 parent 9a45d79 commit 4ff7acf
File tree
2 files changed
+624
-596
lines changed- src
2 files changed
+624
-596
lines changed
0 commit comments