Skip to content

Optimization notes #27

@quasilyte

Description

@quasilyte

Let's track important optimizations list, so they don't become impossible due to our design decisions

  • Method inlining.
  • Escape analysis to allocate fewer objects on the heap.
  • Batched heap allocations for loops.
  • Mapping at least some frame "slots" to hardware registers.

References:

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