[v8-dev] Re: Implement sloppy-mode block-defined functions (Annex B 3.3) (issue 1332873003 by little...@chromium.org)

2015-09-10 Thread littledan
Reviewers: adamk, rossberg, Description: Implement sloppy-mode block-defined functions (Annex B 3.3) ES2015 specifies very particular semantics for functions defined in blocks. In strict mode, it is simply a lexical binding scoped to that block. In sloppy mode, in addition to that lexical bin

[v8-dev] Re: Update BitField3 type in gen-postmortem-metadata.py (issue 1296743003 by julien.gi...@joyent.com)

2015-09-10 Thread julien . gilli
On 2015/09/10 17:39:44, commit-bot: I haz the power wrote: The author mailto:julien.gi...@joyent.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign and manage CLA. Signed, sorry for that. https://codereview.chromium.org/12967430

[v8-dev] Re: [Interpreter] Add support for JS calls. (issue 1323463005 by rmcil...@chromium.org)

2015-09-10 Thread akos . palfi
Hi Ross - I've uploaded the mips ports: https://codereview.chromium.org/1334873002 However, there's a test failure (cctest/test-interpreter/InterpreterCall) that I haven't investigated deeply, since it fails on all arch's. https://codereview.chromium.org/1323463005/ -- -- v8-dev mailing list

[v8-dev] Re: ES6: Array.prototype.slice and friends should use ToLength instead of ToUint32 (issue 1309243003 by ape...@igalia.com)

2015-09-10 Thread littledan
lgtm Code looks good to me. I am still worried about performance though. Could you run some benchmarks which hit the path before committing? Either that or be prepared to back it out later when the regression becomes apparent. https://codereview.chromium.org/1309243003/ -- -- v8-dev mailing

[v8-dev] Re: Update BitField3 type in gen-postmortem-metadata.py (issue 1296743003 by julien.gi...@joyent.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1296743003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1296743003/1 https://codereview.chromium.org/1296743003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://gro

[v8-dev] Re: Update BitField3 type in gen-postmortem-metadata.py (issue 1296743003 by julien.gi...@joyent.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
The author julien.gi...@joyent.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign and manage CLA. https://codereview.chromium.org/1296743003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev ---

Re: [v8-dev] Failing assert on ARM and MIPS during GC: DCHECK_TAG_ALIGNED

2015-09-10 Thread Jakob Kummerow
I don't know what else it might be. These kinds of crashes tend to be among the hardest to track down. Can you catch it in GDB? Inspecting the heap might provide valuable clues; or it might be entirely fruitless if the root cause of whatever chain of events is going wrong has long been overwritten

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 18 (id:??) landed as https://crrev.com/8df7b4f6b502e2c318b61ce604332d51544081c6 Cr-Commit-Position: refs/heads/master@{#30687} https://codereview.chromium.org/1291693004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messa

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #18 (id:340001) https://codereview.chromium.org/1291693004/ -- -- 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 an

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291693004/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291693004/340001 https://codereview.chromium.org/1291693004/ -- -- v8-dev mailing list v8-dev@googlegroups.com

Re: [v8-dev] Failing assert on ARM and MIPS during GC: DCHECK_TAG_ALIGNED

2015-09-10 Thread Robert Norlander
Thanks a lot for the reply! :-) Alright, I figured it was worth a shot! Thanks for clarifying the situation. The version information in our repository says: #define V8_MAJOR_VERSION 4#define V8_MINOR_VERSION 5#define V8_BUILD_NUMBER 103#define V8_PATCH_LEVEL 29 So it looks like we indeed have t

Re: [v8-dev] Failing assert on ARM and MIPS during GC: DCHECK_TAG_ALIGNED

2015-09-10 Thread Jakob Kummerow
Sorry for the late reply; v8-dev is noisy and mails tend to get overlooked (but we're in the process of changing that!). I don't think the CL you've mentioned has something to do with the failure. It deals with *double alignment*, i.e. 8-byte alignment, whereas the failing DCHECK asserts 4-byte al

[v8-dev] Re: Vector ICs: The Oracle needs to report feedback for the count op. (issue 1321993004 by mvstan...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 8 (id:??) landed as https://crrev.com/752b0308df72461bfeb644bf6dd8dd331fcdb722 Cr-Commit-Position: refs/heads/master@{#30686} https://codereview.chromium.org/1321993004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messag

[v8-dev] Re: Vector ICs: The Oracle needs to report feedback for the count op. (issue 1321993004 by mvstan...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #8 (id:140001) https://codereview.chromium.org/1321993004/ -- -- 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

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 7 (id:??) landed as https://crrev.com/33ec0b79b8ea60dcccf1d445b0cbd2eed8e1a165 Cr-Commit-Position: refs/heads/master@{#30685} https://codereview.chromium.org/1304923004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messag

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #7 (id:21) https://codereview.chromium.org/1304923004/ -- -- 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

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1304923004/21 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1304923004/21 https://codereview.chromium.org/1304923004/ -- -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Re: Vector ICs: The Oracle needs to report feedback for the count op. (issue 1321993004 by mvstan...@chromium.org)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1321993004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1321993004/140001 https://codereview.chromium.org/1321993004/ -- -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Re: [Interpreter] Add support for JS calls. (issue 1323463005 by rmcil...@chromium.org)

2015-09-10 Thread rmcilroy
Thanks for the reviews, I'll port to ia32, arm and arm64 now. +v8-mips-ports: Could you port for mips/mips64 please? https://codereview.chromium.org/1323463005/diff/60001/src/interpreter/bytecode-array-builder.h File src/interpreter/bytecode-array-builder.h (right): https://codereview.chromium

[v8-dev] Re: [Interpreter] Add support for JS calls. (issue 1323463005 by rmcil...@chromium.org)

2015-09-10 Thread oth
lgtm. Minor spelling nit, but otherwise comprehensive. https://codereview.chromium.org/1323463005/diff/60001/src/interpreter/bytecode-array-builder.h File src/interpreter/bytecode-array-builder.h (right): https://codereview.chromium.org/1323463005/diff/60001/src/interpreter/bytecode-array-build

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread conradw
https://codereview.chromium.org/1304923004/diff/180001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/1304923004/diff/180001/src/ast.h#newcode3696 src/ast.h:3696: // HeapObjects which need to persist until scope analysis must be allocated in On 2015/09/10 14:06:36, Michael Sta

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread rmcilroy
Looks great, let's land it! https://codereview.chromium.org/1291693004/diff/260001/src/interpreter/bytecode-array-iterator.cc File src/interpreter/bytecode-array-iterator.cc (right): https://codereview.chromium.org/1291693004/diff/260001/src/interpreter/bytecode-array-iterator.cc#newcode67 src/

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread mstarzinger
LGTM from my end. https://codereview.chromium.org/1304923004/diff/180001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/1304923004/diff/180001/src/ast.h#newcode3696 src/ast.h:3696: // HeapObjects which need to persist until scope analysis must be allocated in nit: s/HeapObjec

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread rmcilroy
Looks great, let's land it! https://codereview.chromium.org/1291693004/diff/260001/src/interpreter/bytecode-array-iterator.cc File src/interpreter/bytecode-array-iterator.cc (right): https://codereview.chromium.org/1291693004/diff/260001/src/interpreter/bytecode-array-iterator.cc#newcode67 src/

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread oth
Thanks! All comments incorporated. Only big deltas are in test-run-bytecode-graph-builder.cc. https://codereview.chromium.org/1291693004/diff/260001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1291693004/diff/260001

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread conradw
https://codereview.chromium.org/1304923004/diff/11/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1304923004/diff/11/src/parser.cc#newcode4241 src/parser.cc:4241: factory()->set_zone(outer_zone); On 2015/09/10 12:16:54, Michael Starzinger wrote: Suggestion as

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 2 (id:??) landed as https://crrev.com/edb30522f9fd4a1f27abbf18683239388c67ca00 Cr-Commit-Position: refs/heads/master@{#30681} https://codereview.chromium.org/1331013003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messag

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #2 (id:20001) https://codereview.chromium.org/1331013003/ -- -- 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

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1331013003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1331013003/20001 https://codereview.chromium.org/1331013003/ -- -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: [es6] add js-perf-test for rest parameters (issue 1317113007 by caitpotte...@gmail.com)

2015-09-10 Thread machenbach
https://codereview.chromium.org/1317113007/diff/60001/test/js-perf-test/RestParameters/rest.js File test/js-perf-test/RestParameters/rest.js (right): https://codereview.chromium.org/1317113007/diff/60001/test/js-perf-test/RestParameters/rest.js#newcode5 test/js-perf-test/RestParameters/rest.js:5

[v8-dev] Re: [accessors] second-chance typed array field lookup (issue 1313493005 by fe...@indutny.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 5 (id:??) landed as https://crrev.com/6da51b4b660ea5fa594c3cb13a5ac032bbe1a1fb Cr-Commit-Position: refs/heads/master@{#30678} https://codereview.chromium.org/1313493005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messag

[v8-dev] Re: [accessors] second-chance typed array field lookup (issue 1313493005 by fe...@indutny.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #5 (id:80001) https://codereview.chromium.org/1313493005/ -- -- 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

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread mstarzinger
Looking good, just one suggestion. https://codereview.chromium.org/1304923004/diff/11/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1304923004/diff/11/src/parser.cc#newcode4241 src/parser.cc:4241: factory()->set_zone(outer_zone); Suggestion as discsussed offl

[v8-dev] Re: [accessors] second-chance typed array field lookup (issue 1313493005 by fe...@indutny.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313493005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313493005/80001 https://codereview.chromium.org/1313493005/ -- -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: [accessors] second-chance typed array field lookup (issue 1313493005 by fe...@indutny.com)

2015-09-10 Thread fedor
All fixed, thank you! https://codereview.chromium.org/1313493005/diff/60001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/1313493005/diff/60001/src/accessors.cc#newcode113 src/accessors.cc:113: DescriptorArray* descriptors = map->instance_descriptors(); On 2015

[v8-dev] Re: [accessors] second-chance typed array field lookup (issue 1313493005 by fe...@indutny.com)

2015-09-10 Thread jkummerow
A few more minor comments. LGTM if you address those. I've also updated the CL description to reflect the new approach. https://codereview.chromium.org/1313493005/diff/60001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/1313493005/diff/60001/src/accessors.cc#n

[v8-dev] Re: When parsing inner functions, try to allocate in a temporary Zone (issue 1304923004 by conr...@chromium.org)

2015-09-10 Thread conradw
https://codereview.chromium.org/1304923004/diff/60001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/1304923004/diff/60001/src/ast.h#newcode3280 src/ast.h:3280: : zone_(ast_value_factory->zone()), On 2015/09/09 19:48:16, titzer wrote: Can we rename this zone to be clearer as

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread rmcilroy
lgtm, thanks! https://codereview.chromium.org/1331013003/ -- -- 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 emai

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread rmcilroy
https://codereview.chromium.org/1331013003/diff/1/test/cctest/test-unscopables-hidden-prototype.cc File test/cctest/test-unscopables-hidden-prototype.cc (right): https://codereview.chromium.org/1331013003/diff/1/test/cctest/test-unscopables-hidden-prototype.cc#newcode62 test/cctest/test-unscopab

[v8-dev] Re: [Interpreter] Skeleton bytecode graph builder [NOT FOR COMMIT] (issue 1291693004 by o...@chromium.org)

2015-09-10 Thread rmcilroy
Looks really great. All nits except for the comment about TwoParameterTest, but the rest lgtm! https://codereview.chromium.org/1291693004/diff/260001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1291693004/diff/260

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread mythria via v8-dev
Thanks for the quick review. I addressed all the comments. I just have one question regarding the formatting here https://codereview.chromium.org/1331013003/diff/1/test/cctest/test-unscopables-hidden-prototype.cc#newcode62 Could you please quickly guide me on this Thanks and Regards, Mythri

[v8-dev] Re: [Interpreter] Add support for JS calls. (issue 1323463005 by rmcil...@chromium.org)

2015-09-10 Thread bmeurer
Builtin looks good modulo comment. https://codereview.chromium.org/1323463005/diff/60001/src/x64/builtins-x64.cc File src/x64/builtins-x64.cc (right): https://codereview.chromium.org/1323463005/diff/60001/src/x64/builtins-x64.cc#newcode1795 src/x64/builtins-x64.cc:1795: __ Call(masm->isolate()-

[v8-dev] Re: [Interpreter] Add support for JS calls. (issue 1323463005 by rmcil...@chromium.org)

2015-09-10 Thread bmeurer
And general approach looks good to me too. https://codereview.chromium.org/1323463005/ -- -- 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

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread rmcilroy
can you please run tryjobs? I kicked these for Mythri (I don't think she has permission yet). https://codereview.chromium.org/1331013003/ -- -- 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 G

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread jochen
overall looks good can you please run tryjobs? ToLocalChecked() corresponds to FromJust() which checks that the Maybe<> value is "just", so I'd use that where possible. https://codereview.chromium.org/1331013003/diff/1/test/cctest/test-unscopables-hidden-prototype.cc File test/cctest/test-u

[v8-dev] Re: Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread rmcilroy
Looks good overall, just a couple of nits. Jochen, do you want to give it a once over too (If you are fine with the approach I'll not bother you with future ones). https://codereview.chromium.org/1331013003/diff/1/test/cctest/test-unscopables-hidden-prototype.cc File test/cctest/test-unscopable

[v8-dev] Continuing removing deprecated functions from cctests (issue 1331013003 by myth...@google.com)

2015-09-10 Thread mythria via v8-dev
Reviewers: rmcilroy, Message: Please review the changes and let me know any corrections Description: Continuing removing deprecated functions from cctests Removes deprecated functions from: - test-unique.cc - test-unscopables-hidden-prototype.cc - test-utils-arm64.cc - test-utils.cc - test-vers

[v8-dev] Re: ES6: Array.prototype.slice and friends should use ToLength instead of ToUint32 (issue 1309243003 by ape...@igalia.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/5672) https://codereview.chromium.org/1309243003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev ---

[v8-dev] Re: ES6: Array.prototype.slice and friends should use ToLength instead of ToUint32 (issue 1309243003 by ape...@igalia.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309243003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309243003/60001 https://codereview.chromium.org/1309243003/ -- -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: ES6: Array.prototype.slice and friends should use ToLength instead of ToUint32 (issue 1309243003 by ape...@igalia.com)

2015-09-10 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309243003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309243003/60001 https://codereview.chromium.org/1309243003/ -- -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: [Interpreter] Add support for JS calls. (issue 1323463005 by rmcil...@chromium.org)

2015-09-10 Thread rmcilroy
Benedikt: I'd like to port this to the other architectures. Before I do so could you have a look and let me know if you are happy with the general approach? Thanks. https://codereview.chromium.org/1323463005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-d

[v8-dev] Re: [test] Add an option to the perf runner to support running with the internal profiler. (issue 1327033003 by gdee...@google.com)

2015-09-10 Thread machenbach
https://codereview.chromium.org/1327033003/diff/20001/tools/run_perf.py File tools/run_perf.py (right): https://codereview.chromium.org/1327033003/diff/20001/tools/run_perf.py#newcode651 tools/run_perf.py:651: if profiler_run: Suggestion: Could you maybe just use the existing extra_flags list? I

[v8-dev] Re: ES6: Array.prototype.slice and friends should use ToLength instead of ToUint32 (issue 1309243003 by ape...@igalia.com)

2015-09-10 Thread cbruni
lgtm lgmt Looks good :) https://codereview.chromium.org/1309243003/ -- -- 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 re