Organize tagging functions for Int32
, Int64
, Uint32
, Uint64
, WasmF32
, WasmF64
#2157
Labels
Int32
, Int64
, Uint32
, Uint64
, WasmF32
, WasmF64
#2157
We currently have tagging and untagging functions for the various stack allocated number types inDataStructures
it would probably be beneificial if we added functions for the heap allocated ones as well. As we are not really tagging here it might make more sense to use something likeloadInt32
,loadInt64
.These functions currently do exist in
runtime/unsafe/conv
it might make sense to re-export these fromDataStructures
so we have a single file giving us all of our primitive conversion functions.The text was updated successfully, but these errors were encountered: