diff options
author | Björn Gustavsson <[email protected]> | 2019-03-03 08:13:47 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-03-06 15:42:42 +0100 |
commit | 90bf10302a792865cdb0f741e23ca130725e7461 (patch) | |
tree | 429cacdddd9b8055a44e1a64d6b108b82b7f1f82 /erts/obj.debug | |
parent | ca68fe8277c5f534d32c8d5bf0e5ba66ebf124e0 (diff) | |
download | otp-90bf10302a792865cdb0f741e23ca130725e7461.tar.gz otp-90bf10302a792865cdb0f741e23ca130725e7461.tar.bz2 otp-90bf10302a792865cdb0f741e23ca130725e7461.zip |
Remove optimization that has become a pessimization
The compiler used to generate "move Literal y(Y)" instructions very
rarely. Therefore, there was a transformation to avoid having a "move
c y" instruction.
With the new compiler, "move Literal y(Y)" instructions are relatively frequent, so we will need a "move c y" instruction.
Diffstat (limited to 'erts/obj.debug')
0 files changed, 0 insertions, 0 deletions