-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
Don't store mount image on component instance #852
Conversation
Got benchmarks? :) |
I don't know how this could be slower but let me figure out how to run the benchmarks we just added… |
Looks about the same: In this run it looks a little faster for some of them; I ran it again and it was the other way around for the first couple. Not a significant difference. (That's react-bench; I couldn't get
Any ideas?) |
Follow up pull request for react-art? (I think that's the reason) |
@spicyj For me it prints a bunch of JSONs and exits with "Done, without errors.". Have you tried |
Don't store mount image on component instance
Previously, this step just set the mutable range of any alias set including any mutation to the end of the last mutable range of any of the containing identifiers. This change makes it so that the ends are only updated of the ranges that end before the last mutation. Fixes #852
Fixes #851.