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

Remove unused nodes from SyntaxTreeDeserializer.nodeLookupTable #3

Closed
wants to merge 2 commits into from

Commits on Sep 12, 2018

  1. Make RawSyntax a class

    ahoppen committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    6e1f86c View commit details
    Browse the repository at this point in the history
  2. [swiftSyntax] Store weak references to RawSyntax nodes in the nodeLoo…

    …kupTable
    
    This way we don't continue to retain RawSyntax nodes that are no longer
    needed for incremental transfer.
    ahoppen committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0b303c0 View commit details
    Browse the repository at this point in the history