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

[PERF/Correctness] Remove global didDefineProperty #15141

Merged
merged 1 commit into from
Apr 16, 2017

Conversation

stefanpenner
Copy link
Member

  • removes an extra mixin from all Object Hierarchies
  • only runs when actually defining a CP if actually defining a new computed property.
  • misc cleanup

@stefanpenner stefanpenner requested a review from krisselden April 14, 2017 17:53
@stefanpenner
Copy link
Member Author

test failure was just yarn, giving it another kick

 The command "yarn install
  " failed and exited with 1 during .

@stefanpenner
Copy link
Member Author

This may also be a [BUGFIX beta] as the behavior is the same, just without wasteful things.

* removes an extra mixin from all Object Hierarchies
* only runs when actually defining a CP if actually defining a new computed property.
* misc cleanup
@stefanpenner stefanpenner force-pushed the remove-cp-cache-busting-mixin branch from b95ebf6 to ecff7b8 Compare April 14, 2017 21:23
@rwjblue
Copy link
Member

rwjblue commented Apr 14, 2017

LGTM

@krisselden - r?

@stefanpenner stefanpenner merged commit cb2e278 into master Apr 16, 2017
@stefanpenner stefanpenner deleted the remove-cp-cache-busting-mixin branch April 16, 2017 21:33
@krisselden
Copy link
Contributor

When things are labelled perf we should try to include some reference to benchmark for reference

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.

3 participants