[v8-dev] Re: Issue 3183 in v8: "Object # has no method push" on Array after deoptimization

Mon, 03 Mar 2014 22:26:21 -0800


Comment #12 on issue 3183 by [email protected]: "Object #<Object> has no method push" on Array after deoptimization
http://code.google.com/p/v8/issues/detail?id=3183

This has been fixed in 3.24.29 with the change that removes CallICs.

And yes, we always deoptimize here because in the lack of type feedback we assume that the key to the keyed access is a number.

(That said, I see something funny in this particular deopt, so I am still investigating the example.)

--
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/groups/opt_out.

Reply via email to