[lworld] Optimize array accesses

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • repo-valhalla
    • Affects Version/s: repo-valhalla
    • Component/s: hotspot

      I believe there is a lot of room for improvement in array accesses. For example:

      - Better reasoning about array properties (e.g. an Integer[] must be flat).
      - I notice there are times when the strategy to do a type assert of the array fails and we have to go through the full series of type check.
      - Better profiling, it should answer the questions: has a flat array been observed, has a non-flat array been observed, etc.

            Assignee:
            Quan Anh Mai
            Reporter:
            Quan Anh Mai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: