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
While trying this I found that this is a bit fragile, in the sense that
`write_tag(data, 1)` (with a literal `1`) will not get specialized and
will go through slow path (btw @JukkaL is this a bug, should type of a
literal in fixed int type context be inferred as fixed int?) OTOH this
is probably not a big deal since no-one will use `write_tag()` with
literals, it will always be something like `write_tag(data, FUNC_DEF)`.
0 commit comments