https://codereview.chromium.org/231073002/diff/920001/src/parser-symbol-table.cc
File src/parser-symbol-table.cc (right):

https://codereview.chromium.org/231073002/diff/920001/src/parser-symbol-table.cc#newcode57
src/parser-symbol-table.cc:57: if (string1->hash != string2->hash)
return false;
I think HashMap guarantees that the hashes are equal upon calling this
function.

https://codereview.chromium.org/231073002/diff/920001/src/parser-symbol-table.cc#newcode72
src/parser-symbol-table.cc:72: {
How about second order macro for this? :)

https://codereview.chromium.org/231073002/

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

Reply via email to