Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created January 27, 2015 at 2:31 PM
Updated January 28, 2015 at 3:51 PM
Resolved January 28, 2015 at 3:51 PM
It would be more efficient if the value returned from getInlineFlags() could be cached. However it currently checks for a match in the current context, and that generates different code. (Some better, some worse!).
See
onCreate2, onCreate, uk4
many of which should generate better code with that test removed, and if fixed may improve the code in other situations.