Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Nikolai Tillmann edited this page Sep 17, 2018 · 3 revisions

Maximum stack depth exceeded

Prepack imposes a maximum stack depth. It can be configured via the maxStackDepth option, and it defaults to 225. Internally, every "execution context" uses up one stack slot. This compiler diagnostics is triggered when an excess amount of execution contexts is pushed.

Clone this wiki locally