Skip to content

Commit 4ff7acf

Browse files
committed
[HIPIFY][fix] Stack Overflow possible Issues - Part 11 - FILE
[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.
1 parent 9a45d79 commit 4ff7acf

File tree

2 files changed

+624
-596
lines changed

2 files changed

+624
-596
lines changed

0 commit comments

Comments
 (0)