Array.prototype.splice is slow on dense arrays

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: core-libs
    • None

      Array.prototype.slice currently only has a generic implementation (based on get(), set(), delete() operations).

      From the data gathered in JDK-8025964 we know that Array.prototype.splice is used quite a lot. We should provide an optimized implementation for dense arrays.

            Assignee:
            Hannes Wallnoefer
            Reporter:
            Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: