Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903437

Improve translation strategy for function pointers

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: