[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] bookkeeping memory allocated per primitive
From: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] bookkeeping memory allocated per primitive |
Date: |
Sat, 25 Jun 2011 18:11:39 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.1 |
Date: Sat, 25 Jun 2011 10:54:05 -0700
From: "Arthur A. Gleckler" <address@hidden>
My only suggestion is to initialize <Free_primitive> to zero explicitly.
It's not semantically necessary, since Free_primitive is defined with
static storage, but I agree that it's clearer that way; I'll do that.