Replace GrowableArray in ComputeMoveOrder with hash table

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: core-libs
    • None

      ComputeMoveOrder::compute_store_order uses a table in the form of a GrowableArray which is used to record which move operations will kill which registers.

      This array can be very sparsely populated.

      This GrowableArray should really be replaced by a hash table, which doesn't waste as much space.

            Assignee:
            Jorn Vernee
            Reporter:
            Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: