jgarcia
|
8f28327ddf
|
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 |
|
jgarcia
|
a59f90871a
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
jgarcia
|
1c6e75f287
|
Volatile declaration are now produced for all variables and argument of a function that uses setjmp.
|
2007-12-21 20:10:12 +00:00 |
|
jgarcia
|
5e31168db1
|
Improved identification of wrong declarations. Simplified code for that.
|
2006-04-24 08:44:44 +00:00 |
|
jjgarcia
|
e4fa9f4e73
|
Merged in the new compiler structure doubly linked list.
|
2004-12-16 15:56:54 +00:00 |
|
jjgarcia
|
24688d57f8
|
Teach the compiler how to produce C functions with a fixed number of arguments when the corresponding lisp function does not have any &optional, &rest, &key. Teach it also how to produce slimmer code for MULTIPLE-VALUE-SETQ/BIND. The type of a C1FORM can now be a (VALUES ...) expression, the first value being obtained with C1FORM-PRIMARY-TYPE.
|
2004-05-17 07:32:52 +00:00 |
|
jjgarcia
|
3e1a75f49e
|
Unify the routines that emit calls to functions, so that they work with function objects and handle functions with fixed and variable number of arguments
|
2004-05-13 16:28:13 +00:00 |
|
jjgarcia
|
4e3189eddd
|
Big changes in the way functions are compiled, unifying the code that handles DEFUN, DEFMACRO and LAMBDA, and fixing an important bug in the optimizer for tail-recursive calls.
|
2004-05-05 08:38:07 +00:00 |
|
jjgarcia
|
403511c488
|
The portable CLX library has been incorporated.
|
2004-03-25 09:02:27 +00:00 |
|
jjgarcia
|
540e4140f4
|
Forms are now stored as structures.
|
2003-10-16 07:38:17 +00:00 |
|
jjgarcia
|
df97ca1b92
|
Fixed bug that prevented compilation under windows. ECL is now built as a single shared library on systems which support it. The compiler is being rewritten using higher level, more expressive functions.
|
2003-09-08 16:53:29 +00:00 |
|
jjgarcia
|
c2aa136143
|
Various minor fixes, and an important set of changes to teach the compiler
and the interpreter to understand (SETF fname) function names, and to handle
them without creating auxiliary symbols.
|
2003-04-28 15:55:22 +00:00 |
|
jjgarcia
|
3d968c077a
|
ffi::definline has a bogus definition in ffi.lsp.
|
2002-02-12 16:06:18 +00:00 |
|
jjgarcia
|
c9b91f9618
|
Minimal patches for C++ compatibility
|
2001-12-20 09:17:51 +00:00 |
|
jjgarcia
|
2d8d0cd44b
|
Initial revision
|
2001-06-26 17:14:44 +00:00 |
|