ecl/src/cmp
2008-07-12 16:55:07 +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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpblock.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpcall.lsp Speed up calling unknown functions by having a local frame that we reuse 2008-06-29 00:32:48 +00:00
cmpcatch.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
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 Speed up calling unknown functions by having a local frame that we reuse 2008-06-29 00:32:48 +00:00
cmpeval.lsp Reuse code for long function calls 2008-06-28 18:14:00 +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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpinit.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
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 Speed up calling unknown functions by having a local frame that we reuse 2008-06-29 00:32:48 +00:00
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 Added a feature to identify we have PDE registration and update *source-location* when reading a file to be compiled 2008-07-12 16:55:07 +00:00
cmpmap.lsp Fixed optimization of MAPL and MAPC: output value was wrong. 2008-06-23 20:39:26 +00:00
cmpmulti.lsp Merged the new function call code 2008-02-16 10:28:32 +00:00
cmpname.lsp Stronger hashing for C files initialization names 2008-05-30 23:52:16 +00:00
cmpnum.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpstack.lsp Speed up calling unknown functions by having a local frame that we reuse 2008-06-29 00:32:48 +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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmptop.lsp Fixed the order in which MAKE-LOAD-FORM statements are compiled 2008-07-11 15:08:28 +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 Bytecode compiled functions can now be externalized in C compiled files 2008-04-22 13:43:03 +00:00
defsys.lsp.in Merge NEW_COMPILER 25.05.03 2003-05-26 09:49:50 +00:00
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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00