javac, List and ListBuffer should be refactored to improve performance

XMLWordPrintable

      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.

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

              Created:
              Updated:
              Resolved: