Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Profile the compiler #41

@vaivaswatha

Description

@vaivaswatha

All the focus so far has been on the performance of the compiled code. Little attention has been paid to how fast the compiler itself runs. To be of practical use, the compiler overhead must be small enough that the benefits of time saved in running the (faster) compiled code is achieved within a few runs (assuming that the compiler runs only once during deployment and the compiled code is cached).

To achieve this, we first need to measure the current compile times and see where we're spending a lot of time. More Issues can be opened (as we progress) to fix different parts of the compiler for efficiency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compile timecompile time improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions