Move fixart and thread-low to earlier in the cold load.
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 Jan 2018 06:40:58 +0000 (22:40 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 Jan 2018 06:40:58 +0000 (22:40 -0800)
src/runtime/make.scm

index 9b67f97eaab8af17ac7085afd7838152ebd5f9ca..ac06ee3aa4d77f6e6585e9838207a49bd5ac824b 100644 (file)
@@ -359,17 +359,17 @@ USA.
         ("boot" . (RUNTIME BOOT-DEFINITIONS))
         ("queue" . (RUNTIME SIMPLE-QUEUE))
         ("equals" . (RUNTIME EQUALITY))
+        ("fixart" . (runtime fixnum-arithmetic))
         ("list" . (RUNTIME LIST))
         ("srfi-1" . (runtime srfi-1))
+        ("thread-low" . (runtime thread))
         ("vector" . (RUNTIME VECTOR))))
       (files1
        '(("ustring" . (RUNTIME USTRING))
         ("symbol" . (RUNTIME SYMBOL))
         ("uproc" . (RUNTIME PROCEDURE))
-        ("fixart" . (RUNTIME FIXNUM-ARITHMETIC))
         ("random" . (RUNTIME RANDOM-NUMBER))
         ("gentag" . (runtime tagged-dispatch))
-        ("thread-low" . (RUNTIME THREAD))
         ("poplat" . (RUNTIME POPULATION))
         ("record" . (RUNTIME RECORD))
         ("bundle" . (runtime bundle))))