Compute the max stack depth. Approach is to compute the stack effect of each basic block. Then find the path through the code with the largest total effect.
(self)
source not stored for this graph (policy: none)
no test coverage detected