diff options
author | John Högberg <[email protected]> | 2019-06-10 16:38:22 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-10 17:34:28 +0200 |
commit | 5ee02a07b5c31aea4dd464060fa626d6e6ab8ceb (patch) | |
tree | 9070d6fc72c4ae3913d81de756ad873dc3dd8723 /erts/emulator/hipe | |
parent | abbe8d424676a473bcebdf3b97996ac7a5a70f16 (diff) | |
download | otp-5ee02a07b5c31aea4dd464060fa626d6e6ab8ceb.tar.gz otp-5ee02a07b5c31aea4dd464060fa626d6e6ab8ceb.tar.bz2 otp-5ee02a07b5c31aea4dd464060fa626d6e6ab8ceb.zip |
erts: Fix bad loader optimization of get_tuple_element
The following sequence would be wrongly optimized into a
i_get_tuple_element2 instruction, reading an element from the
wrong tuple:
{get_tuple_element,{x,0},1,{x,0}}.
{get_tuple_element,{x,0},2,{x,1}}.
Diffstat (limited to 'erts/emulator/hipe')
0 files changed, 0 insertions, 0 deletions