Dry run: Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/11790) v8_linux_mips64el_compile_rel on ...
3 years, 11 months ago
(2017-01-24 10:46:11 UTC)
#4
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/21415) v8_win_rel_ng on ...
3 years, 11 months ago
(2017-01-24 10:49:44 UTC)
#9
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/21418)
3 years, 11 months ago
(2017-01-24 10:58:34 UTC)
#13
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/21455)
3 years, 10 months ago
(2017-01-24 20:26:59 UTC)
#17
Dry run: Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/11922)
3 years, 10 months ago
(2017-01-25 14:37:43 UTC)
#25
Dry run: Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/11925)
3 years, 10 months ago
(2017-01-25 15:08:47 UTC)
#29
On 2017/01/25 at 15:42:52, Clemens Hammacher wrote: > This is a monster of C++ templates, ...
3 years, 10 months ago
(2017-02-15 14:54:38 UTC)
#36
On 2017/01/25 at 15:42:52, Clemens Hammacher wrote:
> This is a monster of C++ templates, but it is able to test the interpreter
entry for different types of inputs, automatically creating the code for two
wasm functions and calling the outer one.
> WDYT? Worth it?
This one is still rotting here. Any opinion on it?
titzer
https://codereview.chromium.org/2651793003/diff/140001/test/cctest/wasm/test-wasm-interpreter-entry.cc File test/cctest/wasm/test-wasm-interpreter-entry.cc (right): https://codereview.chromium.org/2651793003/diff/140001/test/cctest/wasm/test-wasm-interpreter-entry.cc#newcode2 test/cctest/wasm/test-wasm-interpreter-entry.cc:2: // Use of this source code is governed by ...
3 years, 10 months ago
(2017-02-16 13:22:10 UTC)
#37
Description was changed from ========== [wasm] Test interpreter entry for different types Add tests which ...
3 years, 10 months ago
(2017-02-21 14:20:18 UTC)
#38
Description was changed from
==========
[wasm] Test interpreter entry for different types
Add tests which pass different number and types of arguments from
compiled wasm code to the interpreter entry.
BUG=v8:5822
R=titzer@chromium.org
==========
to
==========
[wasm] Test argument passing in the interpreter entry
Test the wasm interpreter entry stub by creating two wasm functions A
and B, make A pass arguments to B, then redirect B to be executed in the
interpreter.
Test different number and types or arguments.
BUG=v8:5822
R=titzer@chromium.org
==========
Clemens Hammacher
The CQ bit was checked by clemensh@chromium.org to run a CQ dry run
3 years, 10 months ago
(2017-02-21 14:22:54 UTC)
#39
Dry run: Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/13477)
3 years, 10 months ago
(2017-02-21 14:29:34 UTC)
#42
https://codereview.chromium.org/2651793003/diff/140001/test/cctest/wasm/test-wasm-interpreter-entry.cc File test/cctest/wasm/test-wasm-interpreter-entry.cc (right): https://codereview.chromium.org/2651793003/diff/140001/test/cctest/wasm/test-wasm-interpreter-entry.cc#newcode2 test/cctest/wasm/test-wasm-interpreter-entry.cc:2: // Use of this source code is governed by ...
3 years, 10 months ago
(2017-02-21 14:37:39 UTC)
#45
https://codereview.chromium.org/2651793003/diff/140001/test/cctest/wasm/test-...
File test/cctest/wasm/test-wasm-interpreter-entry.cc (right):
https://codereview.chromium.org/2651793003/diff/140001/test/cctest/wasm/test-...
test/cctest/wasm/test-wasm-interpreter-entry.cc:2: // Use of this source code is
governed by a BSD-style license that can be
On 2017/02/16 at 13:22:10, titzer wrote:
> After some consideration, I think it'd be better to avoid the template logic
and just blat out the various testcases by hand, e.g. one for i32, one for f32,
etc, and then some examples of combinations.
Done. It's about the same size (loc) as before, tests a bit less, but is more
readable now.
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 10 months ago
(2017-02-21 14:43:45 UTC)
#46
Dry run: Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/13482)
3 years, 10 months ago
(2017-02-21 14:43:46 UTC)
#47
CQ is committing da patch. Bot data: {"patchset_id": 220001, "attempt_start_ts": 1487701165144570, "parent_rev": "cc805e42af5ace69c5f52cc3fa50ed509a30fe28", "commit_rev": "e6819ee286c2041f9a668346f519e6fb7db9708f"}
3 years, 10 months ago
(2017-02-21 18:21:32 UTC)
#62
CQ is committing da patch.
Bot data: {"patchset_id": 220001, "attempt_start_ts": 1487701165144570,
"parent_rev": "cc805e42af5ace69c5f52cc3fa50ed509a30fe28", "commit_rev":
"e6819ee286c2041f9a668346f519e6fb7db9708f"}
commit-bot: I haz the power
Description was changed from ========== [wasm] Test argument passing in the interpreter entry Test the ...
3 years, 10 months ago
(2017-02-21 18:21:38 UTC)
#63
Message was sent while issue was closed.
Description was changed from
==========
[wasm] Test argument passing in the interpreter entry
Test the wasm interpreter entry stub by creating two wasm functions A
and B, make A pass arguments to B, then redirect B to be executed in the
interpreter.
Test different number and types or arguments.
BUG=v8:5822
R=titzer@chromium.org
==========
to
==========
[wasm] Test argument passing in the interpreter entry
Test the wasm interpreter entry stub by creating two wasm functions A
and B, make A pass arguments to B, then redirect B to be executed in the
interpreter.
Test different number and types or arguments.
BUG=v8:5822
R=titzer@chromium.org
Review-Url: https://codereview.chromium.org/2651793003
Cr-Commit-Position: refs/heads/master@{#43353}
Committed:
https://chromium.googlesource.com/v8/v8/+/e6819ee286c2041f9a668346f519e6fb7db...
==========
commit-bot: I haz the power
Committed patchset #12 (id:220001) as https://chromium.googlesource.com/v8/v8/+/e6819ee286c2041f9a668346f519e6fb7db9708f
3 years, 10 months ago
(2017-02-21 18:21:40 UTC)
#64
Issue 2651793003: [wasm] Test argument passing in the interpreter entry
(Closed)
Created 3 years, 11 months ago by Clemens Hammacher
Modified 3 years, 10 months ago
Reviewers: titzer
Base URL:
Comments: 7