Open
Description
On call heavy benchmarks, call frame creation takes a significant time, of which is composed of:
- Stack creation
- Getting the invalid jump destinations
We should consider using a pool of pre-allocated stacks to reduce the time spent on this.
A previous different experiment #3384 showed the FactorialRecursive bench (call heavy) to get a significant improvement.