diff options
author | Björn Gustavsson <[email protected]> | 2013-05-29 13:48:52 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-05-29 15:10:23 +0200 |
commit | 2b1bf52eb71f0305247f95d4b10ba49a271a458c (patch) | |
tree | 5cdd5aa757b6bfd746bf94dabc71875a6444f459 /lib/pman | |
parent | 59fc364f7426d1a05d916900b42ba7aa0fda32bc (diff) | |
download | otp-2b1bf52eb71f0305247f95d4b10ba49a271a458c.tar.gz otp-2b1bf52eb71f0305247f95d4b10ba49a271a458c.tar.bz2 otp-2b1bf52eb71f0305247f95d4b10ba49a271a458c.zip |
compiler: Correct liveness optimization for wait/1
The live optimization in beam_utils:live_opt/4 did not take into
account that the wait/1 instruction *never* falls through to
the next instruction (it has the same effect on the control flow
as the jump/1 instruction).
Diffstat (limited to 'lib/pman')
0 files changed, 0 insertions, 0 deletions