Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8032359

javac, List and ListBuffer should be refactored to improve performance

      Lists and ListBuffer has been pointed out several times as sources of bad performance in javac. There are reasons why they are the way they are: immutability and small memory footprint are two major requisites behind some design decisions. In any case it should be studied if while keeping these requisites valid, a performance gain can be obtained.

            vromero Vicente Arturo Romero Zaldivar
            vromero Vicente Arturo Romero Zaldivar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: