From 000d9db08f8f736f64580c3b5ee1d4b3c995cec3 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 6 Mar 2015 14:57:53 -0700 Subject: [PATCH] smp: without-interrupts: make.scm --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.txt b/README.txt index ff601a0e5..acc091970 100644 --- a/README.txt +++ b/README.txt @@ -1343,11 +1343,19 @@ The hits with accompanying analysis: dld-handles-mutex. make.scm:32:((ucode-primitive set-interrupt-enables!) 0) + Caller: very start of cold load make.scm:96:(define-integrable with-interrupt-mask (ucode-primitive with-interrupt-mask)) + Definition. make.scm:107:(define-integrable set-interrupt-enables! + Definition. make.scm:108: (ucode-primitive set-interrupt-enables!)) + Caller: set-interrupt-enables! make.scm:137: (with-interrupt-mask 0 + Caller: condition-handler/gc make.scm:156:(set-interrupt-enables! #x0005) + Caller: point in cold load where GCs are possible + + OK. These are all about GC interrupt management. os2graph.scm:251: (without-interrupts os2graph.scm:257: (without-interrupts -- 2.25.1