Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compiler): cache external reference resolution #21359

Closed
wants to merge 1 commit into from

Commits on Jan 8, 2018

  1. fix(compiler): cache external reference resolution

    Cache reference resolution for external references as finding
    the declaration of a symbol is expensive and does not change
    for a program once created.
    
    This resolves a signficant performance regression in the langauge
    service.
    chuckjaz committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    f78c6bc View commit details
    Browse the repository at this point in the history