added intel docs

This commit is contained in:
Abdulaziz Ghuloum 2006-12-07 01:38:04 -05:00
parent 0fd967384b
commit d7565580bf
10 changed files with 102275 additions and 1 deletions

View File

@ -10,6 +10,9 @@
#include <errno.h>
#include <gmp.h>
int get_all_options(){
}
/* get_option
takes pointers to argc and argv and looks for the first

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

18886
doc/253668 system vol3a.pdf Normal file

File diff suppressed because one or more lines are too long

14887
doc/253669 system vol3b.pdf Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -1358,6 +1358,7 @@
;;; redo them
(uncover-assigned/referenced x)))
(define (rewrite-assignments x)
(define who 'rewrite-assignments)
(define (fix-lhs* lhs*)
@ -1509,6 +1510,7 @@
[else (error who "invalid expression ~s" (unparse x))]))
(Expr x))
(define (convert-closures prog)
(define who 'convert-closures)
(define (Expr* x*)

View File

@ -275,5 +275,5 @@
(format "cat ~a > ikarus.boot"
(join " " (map caddr scheme-library-files))))
;(#%compiler-giveup-tally)
(#%compiler-giveup-tally)