Status: New
Owner: ----
New issue 3709 by [email protected]: unexpected deoptimization due to
fn.apply(this, arguments);
https://code.google.com/p/v8/issues/detail?id=3709
the following lines:
https://github.com/emberjs/ember.js/blob/master/packages/ember-runtime/lib/system/core_object.js#L176-L184
Resulted in:
"Not Optimized: Bad value context for arguments value"
From my understanding this should only happen if we are retaining arguments
via closure, or passing it as a argument to a function where the function
is not Function.prototype.apply.
The branching could likely be causing the issue, but if that is the case
the deopt message seems potentially incorrect?
Reproduction example: https://github.com/eviltrout/ember-performance select
canary as the ember version.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.