On 2015/07/21 at 11:48:52, titzer wrote:

https://codereview.chromium.org/1245523002/diff/100001/test/unittests/compiler/linkage-tail-call-unittest.cc
File test/unittests/compiler/linkage-tail-call-unittest.cc (right):


https://codereview.chromium.org/1245523002/diff/100001/test/unittests/compiler/linkage-tail-call-unittest.cc#newcode53
test/unittests/compiler/linkage-tail-call-unittest.cc:53:
LocationSignature::Builder locations1(zone(), 1, 0);
You don't have to use the Signature::Builder every time; you can just have a
static array and pass it directly to the constructor of Signature.

I updated the tests, they use your suggestion and should be more compact now.
Please take another look.

https://codereview.chromium.org/1245523002/

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