Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1241)

Issue 2657403002: Revert of [d8] Use ValueSerializer for postMessage (instead of ad-hoc serializer) (Closed)

Created:
3 years, 10 months ago by Michael Achenbach
Modified:
3 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of [d8] Use ValueSerializer for postMessage (instead of ad-hoc serializer) (patchset #9 id:160001 of https://codereview.chromium.org/2643723010/ ) Reason for revert: This made a regression test consistently flaky: https://build.chromium.org/p/client.v8/builders/V8%20Linux64/builds/15618 The test allocates a lot of memory, which might explain why it passes on rerun. Maybe make the test use less memory? Original issue's description: > [d8] Use ValueSerializer for postMessage (instead of ad-hoc serializer) > > Review-Url: https://codereview.chromium.org/2643723010 > Cr-Commit-Position: refs/heads/master@{#42749} > Committed: https://chromium.googlesource.com/v8/v8/+/966355585bb3e6e21c063c2b670045f5a75e5aa5 TBR=jbroman@chromium.org,cbruni@chromium.org,binji@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+507 lines, -422 lines) Patch
M include/v8.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/d8.h View 5 chunks +60 lines, -57 lines 0 comments Download
M src/d8.cc View 13 chunks +383 lines, -247 lines 0 comments Download
M src/messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/value-serializer.h View 3 chunks +2 lines, -5 lines 0 comments Download
M src/value-serializer.cc View 20 chunks +40 lines, -72 lines 0 comments Download
M test/mjsunit/d8-worker.js View 3 chunks +3 lines, -13 lines 0 comments Download
M test/mjsunit/d8-worker-sharedarraybuffer.js View 3 chunks +13 lines, -12 lines 0 comments Download
M test/mjsunit/harmony/futex.js View 4 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-514081.js View 1 chunk +2 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Michael Achenbach
Created Revert of [d8] Use ValueSerializer for postMessage (instead of ad-hoc serializer)
3 years, 10 months ago (2017-01-28 11:27:13 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2657403002/1
3 years, 10 months ago (2017-01-28 11:27:21 UTC) #3
commit-bot: I haz the power
Failed to apply patch for src/value-serializer.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-01-28 11:27:29 UTC) #5
Michael Achenbach
3 years, 10 months ago (2017-01-29 12:50:38 UTC) #6
Skipping test instead.

Powered by Google App Engine
This is Rietveld 408576698