From 8a6bd9f75a7e66428bbb80d7b832f86f191d8e79 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 25 Jun 1993 21:08:16 +0000 Subject: [PATCH] Reorder initializations so that hash is initialized before primitive-io, to make the rehash GC daemon the first one to execute. --- v7/src/runtime/make.scm | 4 ++-- v8/src/runtime/make.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index bdc9d6b8c..d4ef966ff 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.46 1993/06/09 05:47:01 jawilson Exp $ +$Id: make.scm,v 14.47 1993/06/25 21:08:16 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -396,6 +396,7 @@ MIT in each case. |# (RUNTIME STATE-SPACE) (RUNTIME MICROCODE-TABLES) (RUNTIME APPLY) + (RUNTIME HASH) ; First GC daemon! (RUNTIME PRIMITIVE-IO) (RUNTIME SAVE/RESTORE) (RUNTIME SYSTEM-CLOCK) @@ -406,7 +407,6 @@ MIT in each case. |# (RUNTIME GENSYM) (RUNTIME STREAM) (RUNTIME 2D-PROPERTY) - (RUNTIME HASH) (RUNTIME RANDOM-NUMBER) ;; Microcode data structures (RUNTIME HISTORY) diff --git a/v8/src/runtime/make.scm b/v8/src/runtime/make.scm index bdc9d6b8c..d4ef966ff 100644 --- a/v8/src/runtime/make.scm +++ b/v8/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.46 1993/06/09 05:47:01 jawilson Exp $ +$Id: make.scm,v 14.47 1993/06/25 21:08:16 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -396,6 +396,7 @@ MIT in each case. |# (RUNTIME STATE-SPACE) (RUNTIME MICROCODE-TABLES) (RUNTIME APPLY) + (RUNTIME HASH) ; First GC daemon! (RUNTIME PRIMITIVE-IO) (RUNTIME SAVE/RESTORE) (RUNTIME SYSTEM-CLOCK) @@ -406,7 +407,6 @@ MIT in each case. |# (RUNTIME GENSYM) (RUNTIME STREAM) (RUNTIME 2D-PROPERTY) - (RUNTIME HASH) (RUNTIME RANDOM-NUMBER) ;; Microcode data structures (RUNTIME HISTORY) -- 2.25.1