Skip to content

0.0.9

@bettio bettio tagged this 26 Aug 14:23
On OTP 20 erlang compiler generates following code:
```
{get_tuple_element,{x,0},1,{x,0}}.
remove_message.
```

x0 is clearly still used and it shouldn't be overwritten by
remove_message, also in msg_instrs.tab only loop_rec has
`r(0) = ERL_MESSAGE_TERM(msgp);`.
Assets 2
Loading