Skip to content

Bytecode Caching #960

Open
Open
@Sainan

Description

@Sainan

The idea here is to avoid re-parsing code whenever possible. This could be done by using a system temp directory using some sort of content hash. Of course, it needs to be ensured that the additional cost of checking for a cache hit is made up by the savings when we do get a hit. And there is no semantic change, e.g. parser warnings no longer being emitted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions