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

Issue 2105293002: [wasm] Do not used "undefined" for function signature padding. (Closed)

Created:
4 years, 5 months ago by georgia.kouveli
Modified:
4 years, 5 months ago
Reviewers:
titzer, bradnelson, ahaas
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Do not used "undefined" for function signature padding. Commit d0b8e7fb introduced some functionality to allocate additional space in the function table, filled with an "undefined" function signature. Use -1 instead of undefined_value() as the latter can have the top bits cleared (which happens often for arm64) and causes intermittent test failures. BUG= Committed: https://crrev.com/51f05798dfdcb69e249956a27436c6ed5591db4c Cr-Commit-Position: refs/heads/master@{#37393}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M src/wasm/wasm-module.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
georgia.kouveli
4 years, 5 months ago (2016-06-29 11:21:48 UTC) #2
titzer
lgtm. Does this also mean (elsewhere) we can do a RefEqual for comparing function signatures, ...
4 years, 5 months ago (2016-06-29 11:32:52 UTC) #4
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/2105293002/1
4 years, 5 months ago (2016-06-29 11:56:30 UTC) #6
georgia.kouveli
On 2016/06/29 11:32:52, titzer wrote: > lgtm. > > Does this also mean (elsewhere) we ...
4 years, 5 months ago (2016-06-29 12:08:35 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 12:21:06 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/51f05798dfdcb69e249956a27436c6ed5591db4c Cr-Commit-Position: refs/heads/master@{#37393}
4 years, 5 months ago (2016-06-29 12:22:23 UTC) #10
bradnelson
4 years, 5 months ago (2016-06-29 15:11:22 UTC) #11
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698