Bug 1554094 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Similarly
```
0x2A02DA2D275E:  shll 0x18:I8, %eax
0x2A02DA2D2761:  sarl 0x18:I8, %eax
```
instead of ```movsbl``` .
Similarly
```
0x2A02DA2D275E:  shll 0x18:I8, %eax
0x2A02DA2D2761:  sarl 0x18:I8, %eax
```
instead of ```movsbl```.  Seen in the hottest block of wasm_lua_binarytrees.c.js.

Back to Bug 1554094 Comment 1