On 2013/09/13 08:59:08, Michael Starzinger wrote:
https://codereview.chromium.org/23513048/diff/10001/src/apinatives.js
File src/apinatives.js (right):
https://codereview.chromium.org/23513048/diff/10001/src/apinatives.js#newcode77
src/apinatives.js:77: cache[serialNumber] = null;
Couldn't we just remove this initialization to "null" here? Would that
solve
the
problem? Frankly I don't understand why the cache field needs to be
initialized
to "null" here.
I think there's no problem. We can remove this initialization.
But my concern is that cache[0] becomes array hole. Is there any perf
regression
about it?
https://codereview.chromium.org/23513048/
--
--
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.