Improve translation strategy for function pointers

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: tools

      Creating a function pointer from a lambda is unnecessarily suboptimal, due to the fact that a method handle lookup is performed on each function pointer creation. The generated functional interface should store the method handle to its functional method in a well-known constant, so that lookup only happens once.

            Assignee:
            Maurizio Cimadamore
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: