-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-proposalCategory: a proposal for something we might want to do, or maybe not; details still being worked outCategory: a proposal for something we might want to do, or maybe not; details still being worked out
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
95th and jjl
Metadata
Metadata
Assignees
Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-proposalCategory: a proposal for something we might want to do, or maybe not; details still being worked outCategory: a proposal for something we might want to do, or maybe not; details still being worked out