We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537bd34 commit fe9f46eCopy full SHA for fe9f46e
src/main/kotlin/wasm/host/soroban/types/VecType.kt
@@ -146,9 +146,8 @@ object VecType : ArrayType() {
146
147
/*
148
* NOTE: Underapproximated impl of `contains` based on `LoopUnrollConstant`.
149
- * This is unsound but John mentioned that we do this elsewhere for EVM
150
- * when passing an array of structs (or other complex types) to an external function,
151
- * so it's not too egregious.
+ * The approach is similar to our EVM handling
+ * when passing an array of structs (or other complex types) to an external function.
152
* If we ever do reason about loop invariants, this will require a revisit.
153
* */
154
fun findFirst(dest: TACSymbol.Var, handle: TACSymbol, value: TACSymbol) =
0 commit comments