RESOLVED FIXED 183694
[DFG][FTL] Add vectorLengthHint for NewArray
https://bugs.webkit.org/show_bug.cgi?id=183694
Summary [DFG][FTL] Add vectorLengthHint for NewArray
Yusuke Suzuki
Reported 2018-03-16 03:43:23 PDT
[DFG][FTL] Add vectorLengthHint for NewArray
Attachments
Patch (8.69 KB, patch)
2018-03-16 03:46 PDT, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2018-03-16 03:46:52 PDT
Caio Lima
Comment 2 2018-03-16 04:07:20 PDT
Comment on attachment 335928 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335928&action=review LGTM. I have some suggestions in the tests. Also, why not create a microbenchmark for that? > JSTests/stress/vector-length-hint-new-array.js:3 > + throw new Error('bad value: ' + actual); I think you should print the expected value as well. I helps a lot when it crashes on EWS.
Saam Barati
Comment 3 2018-03-19 22:06:37 PDT
Comment on attachment 335928 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335928&action=review r=me > Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:3734 > + ASSERT(vectorLengthHint >= numElements); I’d make this a validation rule
Yusuke Suzuki
Comment 4 2018-03-20 00:43:48 PDT
Comment on attachment 335928 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335928&action=review Thank you >> Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:3734 >> + ASSERT(vectorLengthHint >= numElements); > > I’d make this a validation rule Added that rules. >> JSTests/stress/vector-length-hint-new-array.js:3 >> + throw new Error('bad value: ' + actual); > > I think you should print the expected value as well. I helps a lot when it crashes on EWS. Added
Yusuke Suzuki
Comment 5 2018-03-20 00:58:27 PDT
Radar WebKit Bug Importer
Comment 6 2018-03-20 00:59:20 PDT
Note You need to log in before you can comment on or make changes to this bug.