Closed
Description
Original post: add tail-call optimization
<scott> a call that branches to the return block on success could be TCO'd
Things to add in super fast mode:
- JIT compilation of MIR
Things to add in fast mode:
- tail-call optimization
Things to add in trace mode:
- type information of Allocations
- taint analysis
- memory leak analysis