diff options
author | Björn Gustavsson <[email protected]> | 2013-11-22 14:56:30 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-20 12:22:41 +0100 |
commit | c8266f4dcbafe0afdf291cb562605e968f778f14 (patch) | |
tree | 56dffe9371abee937efd58c181ecd636de2252ee /erts/man | |
parent | 252bad05df875934edce64326e8ff204062aa7c7 (diff) | |
download | otp-c8266f4dcbafe0afdf291cb562605e968f778f14.tar.gz otp-c8266f4dcbafe0afdf291cb562605e968f778f14.tar.bz2 otp-c8266f4dcbafe0afdf291cb562605e968f778f14.zip |
Improve construction of {cons,H,T} instructions
Make sure that we don't construct:
{cons,{integer,I},{cons,{binary,B},T}} - OR -
{cons,{binary,B},{cons,{integer,I},T}}
but:
{cons,{binary,[{put_bits,I,8,[1]}|B]},T} - OR -
{cons,{binary,B++[{put_bits,I,8,[1]}]},T}
Diffstat (limited to 'erts/man')
0 files changed, 0 insertions, 0 deletions