New function: SB-EXT:SPIN-LOOP-HINT
[sbcl.git] / src / compiler / sparc / system.lisp
index 0e5b993..62d6f4c 100644 (file)
       (inst ld count count-vector offset)
       (inst add count 1)
       (inst st count count-vector offset))))
+
+;;;; Dummy definition for a spin-loop hint VOP
+(define-vop (spin-loop-hint)
+  (:translate spin-loop-hint)
+  (:policy :fast-safe)
+  (:generator 0))