Improve implementation of getInlineFlags()

Description

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.

Conclusion

None

Activity

Show:

Gavin Halliday January 28, 2015 at 3:03 PM

First stage of fixinggetInlineFlags()

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created January 27, 2015 at 2:31 PM
Updated January 28, 2015 at 3:51 PM
Resolved January 28, 2015 at 3:51 PM