guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/05: Export emit-shuffle-down for baseline compiler


From: Andy Wingo
Subject: [Guile-commits] 04/05: Export emit-shuffle-down for baseline compiler
Date: Mon, 4 May 2020 09:25:22 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 564f700771d8d02a841e7c5a243cd0e09b2621d6
Author: Andy Wingo <address@hidden>
AuthorDate: Mon May 4 15:18:40 2020 +0200

    Export emit-shuffle-down for baseline compiler
    
    * module/system/vm/assembler.scm (emit-shuffle-down): Export.
---
 module/system/vm/assembler.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/module/system/vm/assembler.scm b/module/system/vm/assembler.scm
index 64b65f7..6af10f5 100644
--- a/module/system/vm/assembler.scm
+++ b/module/system/vm/assembler.scm
@@ -290,6 +290,7 @@
             (emit-instrument-loop* . emit-instrument-loop)
             emit-receive-values
             emit-return-values
+            emit-shuffle-down
             emit-call/cc
             emit-abort
             emit-builtin-ref



reply via email to

[Prev in Thread] Current Thread [Next in Thread]