• Icon: Sub-task Sub-task
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 24
    • 24
    • core-libs
    • None

      MethodType objects are deduplicated in the runtime, and so are their descriptors. When we construct MethodTypeDesc from MethodType, we should aim to reuse the descriptor string of the MethodType: the same string object has cached hash code, avoiding redundant hash computations, and can often check descriptor string equality more quickly with identity checks.

            liach Chen Liang
            liach Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: