Skip to content
Commit a5ad5ae6 authored by Eric Bruneton's avatar Eric Bruneton
Browse files

Fix the maxStack computation for methods with frames and dead code. In fact,...

Fix the maxStack computation for methods with frames and dead code. In fact, for any method with valid stack map frames, maxStack can be computed with a more efficient algorithm than the default one, which also works for dead code because frames are required even for dead code.
parent c3304874
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment