ecl/src/cmp
2008-10-06 22:00:52 +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 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 Fixed typos in compiler messages 2008-09-04 21:13:50 +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 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 Every file now has an array with the functions it defines. 2008-10-06 22:00:52 +02: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 Fixed typo 2008-09-04 22:04:41 +00: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 Added support for long double types in the compiler 2008-08-02 18:30: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 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 Merged the new function call code 2008-02-16 10:28:32 +00: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 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 Every file now has an array with the functions it defines. 2008-10-06 22:00:52 +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 ECL now signals a STACK-OVERFLOW condition when the binding stack grows too much 2008-09-28 20:11:38 +00: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 Implemented an interface for setting/querying options with numeric values and used it for stack sizes and limits. 2008-10-02 11:11:58 +02:00
test.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00