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

Change Ast collections to be of concrete List<T> type #14

Merged
merged 1 commit into from
Dec 24, 2017

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Dec 24, 2017

Jint performance would benefit from knowing list are of concrete type with known size. Changed things to be read-only/set-only where possible to create more guarantees for caller about stable state.

Maybe as an separate improvement should investigate using properties instead of fields for uniformity.

@sebastienros sebastienros merged commit 2541d46 into sebastienros:dev Dec 24, 2017
@lahma lahma deleted the conrete-list-types branch December 24, 2017 19:58
maximburyak pushed a commit to maximburyak/esprima-dotnet that referenced this pull request Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants