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 #244 super/self in +: desugaring #263

Merged
merged 1 commit into from
Nov 22, 2016

Conversation

sparkprime
Copy link
Collaborator

No description provided.

@sparkprime sparkprime merged commit 83530f9 into google:master Nov 22, 2016
@sparkprime sparkprime deleted the fix_super_self_bug branch November 22, 2016 09:12
sbarzowski added a commit to sbarzowski/jsonnet that referenced this pull request Jun 10, 2024
Keep object locals only once in AST

For example this reduces the size of stdlib ast file
roughly 3x. Note that this change doesn't regenerate the stdlib,
so that the diff here is sane.

It is likely to slightly improve performance of code using
a lot of locals (~10% on bench.05.gen.jsonnet).

The desugaring is more strightforward now, and we're back
to desugaring each node exactly once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants