Changes between Initial Version and Version 2 of Ticket #1624
- Timestamp:
- 06/24/19 11:21:48 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1624
-
Property
Estimated difficulty
changed from
hard
tomedium
-
Property
Estimated difficulty
changed from
-
Ticket #1624 – Description
initial v2 43 43 44 44 Most likely introduced by 79cf7427638eebf695f2be54731bb6bbf4d0fff2. 45 46 ALSO: 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 48 It only makes sense with >1 operations (though with exactly 1 it should be okay too but adds no perf improvement)