Skip to content

Do not pass context flags downward while parsing binding elements.#1498

Merged
CyrusNajmabadi merged 1 commit into
masterfrom
bindingElementContxt
Dec 16, 2014
Merged

Do not pass context flags downward while parsing binding elements.#1498
CyrusNajmabadi merged 1 commit into
masterfrom
bindingElementContxt

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

This prevents an unnecessary allocation, simplifies parsing code, and prevents
an issue where parsing depends on context flags not stored in the final tree.
This is an issue for incremental parsing that can lead to nodes being reused
inappropriately.

This prevents an unnecessary allocation, simplifies parsing code, and prevents
an issue where parsing depends on context flags not stored in the final tree.
This is an issue for incremental parsing that can lead to nodes being reused
inappropriately.
@mhegazy
Copy link
Copy Markdown
Contributor

mhegazy commented Dec 16, 2014

👍

CyrusNajmabadi added a commit that referenced this pull request Dec 16, 2014
Do not pass context flags downward while parsing binding elements.
@CyrusNajmabadi CyrusNajmabadi merged commit 1eba8db into master Dec 16, 2014
@CyrusNajmabadi CyrusNajmabadi deleted the bindingElementContxt branch December 16, 2014 06:00
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants