https://codereview.chromium.org/227043010/diff/1/src/arm64/assembler-arm64.cc
File src/arm64/assembler-arm64.cc (right):

https://codereview.chromium.org/227043010/diff/1/src/arm64/assembler-arm64.cc#newcode612
src/arm64/assembler-arm64.cc:612:
DeleteUnresolvedBranchInfoForLabelTraverse(label);
On 2014/04/07 13:24:41, ulan wrote:
Ignoring ADR instructions, chain length <=
unresolved_branches_.size(), right?

Yes.

Then why not always use this function?

I initially kept it as I was worried that digging through the chain
could be more expensive than a simple iteration. Removed the iterative
function to always traverse the label chain.

https://codereview.chromium.org/227043010/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to