Text Format
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- wasm
- 領域
- compilers
調査の方向性
まず、issue で提案されている array 対応の load/store 命令の WAT 形式を確認し、本文で説明されている既存の memory-index 構文と比較します。ファイルやテストの名前は挙げられていません。array access と memory access を区別できる構文について合意に達すれば完了です。
索引モデルが issue の本文から書いたものです。
説明
The current plan to reuse the existing load/store memory instructions for arrays will require some new WAT syntax to signal that the load/store instruction is operating on an array. Some options:
Option 1 - array Keyword
i32.load array $type_index (<array ref>) (<address>)
Option 2 - backing=array
i32.load backing=array $type_index (<array ref>) (<address>)
Option 3 - type=$type_index
i32.load type=$type_index (<array ref>) (<address>)
(Won't work) Option 4 - Use Presence Type Index to Signal Array Read
i32.load $type_index (<array ref>) (<address>)
Unfortunately, this won't work because there is no way to differentiate this from i32.load $memory_index.
Option 5 - ???
Any other proposals?
- 主要言語
- WebAssembly
- スター
- 4
- フォーク
- 1
- 平均マージ
- 16時間 35分
- マージ済み PR(30日)
- 1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
WebAssembly/multibyte-array-access のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 50/100
WebAssembly/multibyte-array-access#8 · コメント 1 件 ·
-
Dart SIMD use case. オープン
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
WebAssembly/multibyte-array-access#5 · コメント 11 件 · リアクション 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
WebAssembly/multibyte-array-access#4 · コメント 4 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
WebAssembly/multibyte-array-access#3 · コメント 5 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
WebAssembly/multibyte-array-access の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
bradcypert/plum#58 ·
-
flang:fir-hlfir
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
llvm/llvm-project#225935 ·
-
area:cards hand-tail ready-for-agent
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
fil-donadoni/tolaria#4446 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
objectionary/eo#8923 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100