Skip to content

fast mode and tracing mode #17

Closed
Closed
@oli-obk

Description

@oli-obk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-interpreterArea: affects the core interpreterC-proposalCategory: a proposal for something we might want to do, or maybe not; details still being worked out

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions