Changes between Initial Version and Version 2 of Ticket #1624


Ignore:
Timestamp:
06/24/19 11:21:48 (5 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1624

    • Property Estimated difficulty changed from hard to medium
  • Ticket #1624 – Description

    initial v2  
    4343
    4444Most likely introduced by 79cf7427638eebf695f2be54731bb6bbf4d0fff2.
     45
     46ALSO: In the generated code in this case, it unboxes and immediately boxes the flonum. There's no operation in between, so that's wasteful.
     47
     48It only makes sense with >1 operations (though with exactly 1 it should be okay too but adds no perf improvement)