|
|
Description[wasm] Break loops in the module-decoder upon error.
R=titzer@chromium.org
Committed: https://crrev.com/396dbab65e2f54c4f8402f6bc1059f1e6b3aa66e
Cr-Commit-Position: refs/heads/master@{#39628}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comments #Patch Set 3 : Change all loop breaks to the same pattern. #Messages
Total messages: 20 (13 generated)
The CQ bit was checked by ahaas@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm, but this CL will be superceded by 0xC https://codereview.chromium.org/2362663002/diff/1/src/wasm/module-decoder.cc File src/wasm/module-decoder.cc (right): https://codereview.chromium.org/2362663002/diff/1/src/wasm/module-decoder.cc#... src/wasm/module-decoder.cc:190: if (failed()) break; Can we change all these loops to be for(x, ok() && y; x++)? This is the format I've used in 0xC
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by ahaas@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2362663002/diff/1/src/wasm/module-decoder.cc File src/wasm/module-decoder.cc (right): https://codereview.chromium.org/2362663002/diff/1/src/wasm/module-decoder.cc#... src/wasm/module-decoder.cc:190: if (failed()) break; On 2016/09/22 at 09:53:11, titzer wrote: > Can we change all these loops to be for(x, ok() && y; x++)? > > This is the format I've used in 0xC Done.
The CQ bit was checked by ahaas@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
On 2016/09/22 at 12:35:10, ahaas wrote: > https://codereview.chromium.org/2362663002/diff/1/src/wasm/module-decoder.cc > File src/wasm/module-decoder.cc (right): > > https://codereview.chromium.org/2362663002/diff/1/src/wasm/module-decoder.cc#... > src/wasm/module-decoder.cc:190: if (failed()) break; > On 2016/09/22 at 09:53:11, titzer wrote: > > Can we change all these loops to be for(x, ok() && y; x++)? > > > > This is the format I've used in 0xC > > Done. I changed all loops now.
The CQ bit was checked by ahaas@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from titzer@chromium.org Link to the patchset: https://codereview.chromium.org/2362663002/#ps40001 (title: "Change all loop breaks to the same pattern.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== [wasm] Break loops in the module-decoder upon error. R=titzer@chromium.org ========== to ========== [wasm] Break loops in the module-decoder upon error. R=titzer@chromium.org Committed: https://crrev.com/396dbab65e2f54c4f8402f6bc1059f1e6b3aa66e Cr-Commit-Position: refs/heads/master@{#39628} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/396dbab65e2f54c4f8402f6bc1059f1e6b3aa66e Cr-Commit-Position: refs/heads/master@{#39628} |