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

[BUGFIX release] Update glimmer-vm to 0.50.1 to improve dev time performance. #18861

Merged
merged 2 commits into from
Apr 5, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 3, 2020

Removes capturing stack traces for all tracked items, as just calling
new Error() ends up taking quite a bit of time.

Fixes #18834
Fixes #18798

…formance.

Removes capturing stack traces for all tracked items, as just calling
`new Error()` ends up taking quite a bit of time.
@rwjblue rwjblue added the Bug label Apr 3, 2020
@rwjblue rwjblue requested a review from pzuraq April 3, 2020 18:44
@rwjblue rwjblue changed the title [BUGFIX release] Update glimmer-vm to 0.50.1 to increase dev time performance. [BUGFIX release] Update glimmer-vm to 0.50.1 to improve dev time performance. Apr 3, 2020
@bendemboski
Copy link
Contributor

here's a PR fixing the tests to help shepherd this along 😃

@rwjblue
Copy link
Member Author

rwjblue commented Apr 4, 2020

Thanks @bendemboski!

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.

Rendering perfomance issue with each and tables Chrome slowness
3 participants