Skip to content

List important optimizations to affect new IR design #114

Description

@quasilyte

These should be possible:

  • Escape analysis.
  • Removal of unreferenced symbols.
  • Copy elision.
  • Nil map check elimination during assignment.
  • Optimizations for slices with offset=0.
  • Loop unrolling.
  • defsubst-based inlining.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions