ecl/src/cmp
2008-05-30 12:39:31 +00:00
..
cmparray.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmpbind.lsp
cmpblock.lsp
cmpcall.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmpcatch.lsp
cmpcbk.lsp Fix ffi to work with new call stacks 2008-05-14 08:14:26 +00:00
cmpclos.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
cmpct.lsp
cmpdefs.lsp Automatically generate type checks for arguments of a lambda form if the safety settings are high enough 2008-05-12 08:16:44 +00:00
cmpenv.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmpeval.lsp Reorganize TAGBODY and PROGN so that unused statements can be eliminated. 2008-05-30 12:28:29 +00:00
cmpexit.lsp The temporary destination is a function of the _final_ destination, not of the origin of the value. 2008-05-19 10:48:28 +00:00
cmpffi.lsp Automatically generate type checks for arguments of a lambda form if the safety settings are high enough 2008-05-12 08:16:44 +00:00
cmpflet.lsp
cmpfun.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmpif.lsp
cmpinit.lsp
cmpinline.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
cmplam.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmplet.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
cmploc.lsp
cmpmac.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmpmain.lsp When system-p is T, the default is :object, not :fasl. 2008-05-19 09:25:49 +00:00
cmpmap.lsp
cmpmulti.lsp
cmpname.lsp
cmpnum.lsp
cmpopt.lsp The optimizer for COERCE now uses specialized functions for sequence types instead of open coding it every time. 2008-05-29 06:50:10 +00:00
cmpspecial.lsp
cmpstack.lsp Modify call frames to keep pointers and let cl_funcall() share frames among calls 2008-05-12 08:11:37 +00:00
cmpstructures.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
cmptag.lsp Reorganize TAGBODY and PROGN so that unused statements can be eliminated. 2008-05-30 12:28:29 +00:00
cmptest.lsp
cmptop.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmptype.lsp Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
cmputil.lsp COMPILE-FILE detects and aborts when errors happen in cmp-eval or cmp-macroexpand 2008-05-19 17:40:51 +00:00
cmpvar.lsp The compiler function C1BODY no longer simplifies types in type declarations, but keeps the information so that OPTIONAL-CHECK-TYPE can use it. 2008-05-12 08:18:43 +00:00
cmpwt.lsp
defsys.lsp.in
load.lsp.in Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
sysfun.lsp Fixed optimizer to work with Unicode 2008-05-30 12:39:31 +00:00
test.lsp