Please take another look

https://codereview.chromium.org/17881004/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/17881004/diff/1/src/hydrogen.cc#newcode10033
src/hydrogen.cc:10033: }
On 2013/06/27 04:32:22, Toon Verwaest wrote:
Isn't there a utility function to test for this condition? If not, add
one to
jsobject or map. Specifically to test for fields you can also look at
the unused
property fields, inobject properties etc to check this condition in
O(1).

OK, I now use map()->NumberOfFields(). I'll leave it to you to optimize
NumberOfFields to use a O(1) algorithm :-)

https://codereview.chromium.org/17881004/

--
--
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