ZGC: Minor optimization of ZLoadBarrierStubC1

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 13
    • Affects Version/s: 13
    • Component/s: hotspot
    • gc
    • b06

      In the C1 load barrier stub for ZGC we currently save/restore rax unless it's the stub result register. However, we can also avoid this save/restore of rax if it's the tmp register. Avoiding a push/pop in the stub isn't really an important optimization, but since we already do it for the result register we can just as well do it for the tmp register too, without making the code more complex.

            Assignee:
            Per Liden (Inactive)
            Reporter:
            Per Liden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: