Ignore:
Timestamp:
05/01/09 20:43:46 (14 years ago)
Author:
ehuelsmann
Message:

Add documentation as to why we do what we were doing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compile-file.lisp

    r11810 r11811  
    315315                     (note-toplevel-form form)
    316316                     (let ((new-form (convert-toplevel-form form)))
     317                       ;; The converted form depends on the loader
     318                       ;; but since we don't own the loader here,
     319                       ;; we'll dump the converted form and eval
     320                       ;; the original one (which won't depend on the loader
     321                       ;; because it doesn't contain a compiled function)
    317322                       (when (consp new-form)
    318323                         (dump-form new-form stream)
Note: See TracChangeset for help on using the changeset viewer.