Top


定義場所(file name)

hotspot/src/os_cpu/solaris_sparc/vm/solaris_sparc.s

説明(description)

    !! Possibilities:
    !! -- membar
    !! -- CAS (SP + BIAS, G0, G0)
    !! -- wr %g0, %asi

本体部(body)

    (このコメントは, SpinPause 用?
     membar とか CAS とかでもいい模様.)

        .global SpinPause
        .align  32
    SpinPause:

  {- -------------------------------------------
  (1) 単に O0 をクリアしてリターンするだけ.
      ---------------------------------------- -}

        retl
        mov %g0, %o0

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.