Addressed feedback. Changed the runtime function, hopefully the LTO on
Windows
is not too "clever" again... :-/
https://codereview.chromium.org/1048063002/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):
https://codereview.chromium.org/1048063002/diff/1/src/hydrogen.cc#newcode12049
src/hydrogen.cc:12049: CHECK_BAILOUT(Visit(call->arguments()->at(0)));
On 2015/03/31 12:49:03, Michael Starzinger wrote:
nit: Not that it matters much, but I don't think we need the
CHECK_BAILOUT at
tail positions.
Removed.
https://codereview.chromium.org/1048063002/diff/1/test/unittests/compiler/js-intrinsic-lowering-unittest.cc
File test/unittests/compiler/js-intrinsic-lowering-unittest.cc (right):
https://codereview.chromium.org/1048063002/diff/1/test/unittests/compiler/js-intrinsic-lowering-unittest.cc#newcode263
test/unittests/compiler/js-intrinsic-lowering-unittest.cc:263:
ASSERT_TRUE(BranchHint::kNone == BranchHintOf(d.branch->op()));
On 2015/03/31 12:49:03, Michael Starzinger wrote:
nit: ASSERT_EQ
Done.
https://codereview.chromium.org/1048063002/diff/1/test/unittests/compiler/js-intrinsic-lowering-unittest.cc#newcode266
test/unittests/compiler/js-intrinsic-lowering-unittest.cc:266:
ASSERT_TRUE(input->op()->Equals(r.replacement()->op()));
On 2015/03/31 12:49:03, Michael Starzinger wrote:
nit: EXPECT_THAT(r.replacement(), input)
Done.
https://codereview.chromium.org/1048063002/diff/1/test/unittests/compiler/js-intrinsic-lowering-unittest.cc#newcode267
test/unittests/compiler/js-intrinsic-lowering-unittest.cc:267:
ASSERT_TRUE(BranchHint::kTrue == BranchHintOf(d.branch->op()));
On 2015/03/31 12:49:03, Michael Starzinger wrote:
nit: EXPECT_EQ
Done.
https://codereview.chromium.org/1048063002/
--
--
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.