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

[FEATURE] Upstreams the DebugRenderTree to Glimmer VM #19261

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Nov 12, 2020

Updates to Glimmer VM 0.64.0 (release notes)

@@ -38,6 +39,8 @@ moduleFor(
helperDefinitionCount: 1,
// from this.render
templateCacheMisses: 1,
// from debugRenderTree
templateCacheHits: ENV._DEBUG_RENDER_TREE ? 1 : 0,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values changed due to the new DebugRenderTree integration looking up templates an additional time

@rwjblue rwjblue marked this pull request as draft November 12, 2020 15:55
@pzuraq pzuraq force-pushed the upstream/debug-render-tree-integration branch from 873edfe to 11a5225 Compare November 12, 2020 22:05
@pzuraq pzuraq force-pushed the upstream/debug-render-tree-integration branch from 11a5225 to 91699cc Compare November 12, 2020 22:35
@pzuraq pzuraq marked this pull request as ready for review November 12, 2020 22:39
@pzuraq pzuraq merged commit 97acdb5 into master Nov 12, 2020
@pzuraq pzuraq deleted the upstream/debug-render-tree-integration branch November 12, 2020 22:49
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.

2 participants