-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `scope` info here is entirely unused in the Glimmer codebase. It may be used in some AST transforms, but this is fairly unlikely, since it has only been available since Ember 3.16. Profiling template compilation highlighted the recursive walking of the whole tree for locals in scope during syntax parsing as a major cost in CPU usage, so the hope is that removing this will help.
- Loading branch information
1 parent
e57c5e0
commit 8efb85e
Showing
3 changed files
with
0 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.