You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DWARF v5, values on the DWARF expression stack are typed (see 2.5.1 of [DWARF]). Most of the time the types are implicit and defined by the operation and its operands. In the wasm extension, it's implicitely clear that the result type of a DW_OP_WASM_location is just the type of the local/global/operand being loaded, but perhaps the spec should be more explicit!
The text was updated successfully, but these errors were encountered:
In DWARF v5, values on the DWARF expression stack are typed (see 2.5.1 of [DWARF]). Most of the time the types are implicit and defined by the operation and its operands. In the wasm extension, it's implicitely clear that the result type of a DW_OP_WASM_location is just the type of the local/global/operand being loaded, but perhaps the spec should be more explicit!
The text was updated successfully, but these errors were encountered: