[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
COMPILE-LOAD-INIT
- To: KMP at MIT-AI
- Subject: COMPILE-LOAD-INIT
- From: Richard M. Stallman <RMS at MIT-AI>
- Date: Fri ,29 Jan 82 20:24:00 EDT
- Cc: BUG-LISPM at MIT-AI, RICH at MIT-AI, DCB at MIT-AI
This is the same as the ADA and MESA "compilation safety" mechanism
and people get screwed the same way by them.
ADA people sometimes propose having each object file remember exactly
which macros it depended on, and only recompiling if one of them has
changed. I don't know if any of them have tried to actually do this.