ecl/src/cmp
2008-10-12 22:12:57 +02: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 The macros/functions for accessing and changing symbol values require an environment value. 2008-10-12 16:44:29 +02:00
cmpblock.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpcall.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmpcatch.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmpcbk.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmpclos.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
cmpct.lsp Added support for long double types in the compiler 2008-08-02 18:30:48 +00:00
cmpdefs.lsp Every file now has an array with the functions it defines. 2008-10-06 22:00:52 +02:00
cmpenv.lsp Functions compiled with (OPTIMIZE (SAFETY >= 2)) have an explicit stack overflow check. 2008-10-12 12:50:35 +02:00
cmpeval.lsp Reuse code for long function calls 2008-06-28 18:14:00 +00:00
cmpexit.lsp The macros/functions for accessing and changing symbol values require an environment value. 2008-10-12 16:44:29 +02:00
cmpffi.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmpflet.lsp Improved computation of closures 2008-08-02 15:23:25 +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 Implemented compiler conditions 2008-08-19 21:58:37 +00:00
cmploc.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02: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 Move some documentation from help.lsp to the files where functions are defined. Add documentation for a few functions. 2008-10-05 13:24:42 +02:00
cmpmap.lsp Fixed optimization of MAPL and MAPC: output value was wrong. 2008-06-23 20:39:26 +00:00
cmpmulti.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmpname.lsp Missing keyword 2008-09-24 20:52:03 +00:00
cmpnum.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpopt.lsp Implemented compiler conditions 2008-08-19 21:58:37 +00:00
cmpspecial.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmpstack.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmpstructures.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
cmptag.lsp Some functions now take a cl_env_ptr argument, becoming better isolated. 2008-10-11 22:32:54 +02:00
cmptest.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmptop.lsp The macros/functions for accessing and changing symbol values require an environment value. 2008-10-12 16:44:29 +02:00
cmptype.lsp Fixed typos in compiler messages 2008-09-04 21:13:50 +00:00
cmputil.lsp COMPILER-UNDEFINED-VARIABLE has to be of type STYLE-WARNING 2008-08-24 00:12:20 +00:00
cmpvar.lsp We have to use ECL_SETQ to assign values to bound special variables. 2008-10-12 22:12:57 +02:00
cmpwt.lsp Implemented compiler conditions 2008-08-19 21:58:37 +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 The macros/functions for accessing and changing symbol values require an environment value. 2008-10-12 16:44:29 +02:00
test.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00