summaryrefslogtreecommitdiff
path: root/test/binaryen.js
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-05-15 12:05:33 -0700
committerGitHub <noreply@github.com>2024-05-15 12:05:33 -0700
commitef4b57c2a491a2193435dccdc9305f6a79965715 (patch)
tree491562613897a0c467a456e05e8a92234509e02c /test/binaryen.js
parent8a5dc1880d962a7c31a7a219720be343a0866e5c (diff)
downloadbinaryen-ef4b57c2a491a2193435dccdc9305f6a79965715.tar.gz
binaryen-ef4b57c2a491a2193435dccdc9305f6a79965715.tar.bz2
binaryen-ef4b57c2a491a2193435dccdc9305f6a79965715.zip
[Strings] Remove stringview types and instructions (#6579)
The stringview types from the stringref proposal have three irregularities that break common invariants and require pervasive special casing to handle properly: they are supertypes of `none` but not subtypes of `any`, they cannot be the targets of casts, and they cannot be used to construct nullable references. At the same time, the stringref proposal has been superseded by the imported strings proposal, which does not have these irregularities. The cost of maintaing and improving our support for stringview types is no longer worth the benefit of supporting them. Simplify the code base by entirely removing the stringview types and related instructions that do not have analogues in the imported strings proposal and do not make sense in the absense of stringviews. Three remaining instructions, `stringview_wtf16.get_codeunit`, `stringview_wtf16.slice`, and `stringview_wtf16.length` take stringview operands in the stringref proposal but cannot be removed because they lower to operations from the imported strings proposal. These instructions are changed to take stringref operands in Binaryen IR, and to allow a graceful upgrade path for users of these instructions, the text and binary parsers still accept but ignore `string.as_wtf16`, which is the instruction used to convert stringrefs to stringviews. The binary writer emits code sequences that use scratch locals and `string.as_wtf16` to keep the output valid. Future PRs will further align binaryen with the imported strings proposal instead of the stringref proposal, for example by making `string` a subtype of `extern` instead of a subtype of `any` and by removing additional instructions that do not have analogues in the imported strings proposal.
Diffstat (limited to 'test/binaryen.js')
-rw-r--r--test/binaryen.js/kitchen-sink.js8
-rw-r--r--test/binaryen.js/kitchen-sink.js.txt27
2 files changed, 2 insertions, 33 deletions
diff --git a/test/binaryen.js/kitchen-sink.js b/test/binaryen.js/kitchen-sink.js
index 52975f8bc..da281910f 100644
--- a/test/binaryen.js/kitchen-sink.js
+++ b/test/binaryen.js/kitchen-sink.js
@@ -179,13 +179,8 @@ function test_ids() {
console.log("StringEncode: " + binaryen.StringEncodeId);
console.log("StringConcat: " + binaryen.StringConcatId);
console.log("StringEq: " + binaryen.StringEqId);
- console.log("StringAs: " + binaryen.StringAsId);
- console.log("StringWTF8Advance: " + binaryen.StringWTF8AdvanceId);
console.log("StringWTF16Get: " + binaryen.StringWTF16GetId);
- console.log("StringIterNext: " + binaryen.StringIterNextId);
- console.log("StringIterMove: " + binaryen.StringIterMoveId);
console.log("StringSliceWTF: " + binaryen.StringSliceWTFId);
- console.log("StringSliceIter: " + binaryen.StringSliceIterId);
}
function test_core() {
@@ -662,9 +657,6 @@ function test_core() {
module.i31ref.pop(),
module.structref.pop(),
module.stringref.pop(),
- module.stringview_wtf8.pop(),
- module.stringview_wtf16.pop(),
- module.stringview_iter.pop(),
// Memory
module.memory.size(),
diff --git a/test/binaryen.js/kitchen-sink.js.txt b/test/binaryen.js/kitchen-sink.js.txt
index 2c54f1142..a3e88703e 100644
--- a/test/binaryen.js/kitchen-sink.js.txt
+++ b/test/binaryen.js/kitchen-sink.js.txt
@@ -109,13 +109,8 @@ StringMeasure: 81
StringEncode: 82
StringConcat: 83
StringEq: 84
-StringAs: 85
-StringWTF8Advance: 86
-StringWTF16Get: 87
-StringIterNext: 88
-StringIterMove: 89
-StringSliceWTF: 90
-StringSliceIter: 91
+StringWTF16Get: 85
+StringSliceWTF: 86
getExpressionInfo={"id":15,"type":4,"op":6}
(f32.neg
(f32.const -33.61199951171875)
@@ -2191,15 +2186,6 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7}
(pop stringref)
)
(drop
- (pop stringview_wtf8)
- )
- (drop
- (pop stringview_wtf16)
- )
- (drop
- (pop stringview_iter)
- )
- (drop
(memory.size)
)
(drop
@@ -4301,15 +4287,6 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7}
(pop stringref)
)
(drop
- (pop stringview_wtf8)
- )
- (drop
- (pop stringview_wtf16)
- )
- (drop
- (pop stringview_iter)
- )
- (drop
(memory.size)
)
(drop