diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-13 04:44:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-13 04:44:48 +0000 |
commit | a619487f9feb4a530244171b94decfccce57af8b (patch) | |
tree | 5a0f52493070180df83c72571b54afc514b249a3 /src/ChangeLog | |
parent | af99530af5531146fb9b56b7fc58fe6209db0404 (diff) | |
download | open-axiom-a619487f9feb4a530244171b94decfccce57af8b.tar.gz |
Add support for Lisp declarations in generated Lisp code.
* interp/i-map.boot (compileCoerceMap): Tell backend that
minivector is global.
* interp/i-spec1.boot (compileADEFBody): Likewise.
* interp/slam.boot (reportFunctionCompilation): Likewise.
* interp/define.boot (spadCompileOrSetq): Tell backend to ignore
last argument for simple functions.
* interp/c-util.boot (skipDeclarations): New.
(lastDeclarationNode): Likewise.
(declareGlobalVariables): Likewise.
(transformToBackendCode): Use them to allow for Lisp
declarations in middle-end forms.
* interp/sys-driver.boot (AxiomCore::%sysInit): Reading Lisp level
Floating point numbers default to double precision.
* algebra/strap: Update.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 537922af..5f3c34e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,23 @@ 2008-10-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + Add support for Lisp declarations in generated Lisp code. + * interp/i-map.boot (compileCoerceMap): Tell backend that + minivector is global. + * interp/i-spec1.boot (compileADEFBody): Likewise. + * interp/slam.boot (reportFunctionCompilation): Likewise. + * interp/define.boot (spadCompileOrSetq): Tell backend to ignore + last argument for simple functions. + * interp/c-util.boot (skipDeclarations): New. + (lastDeclarationNode): Likewise. + (declareGlobalVariables): Likewise. + (transformToBackendCode): Use them to allow for Lisp + declarations in middle-end forms. + * interp/sys-driver.boot (AxiomCore::%sysInit): Reading Lisp level + Floating point numbers default to double precision. + * algebra/strap: Update. + +2008-10-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/nlib.lisp (rpackfile): Remove obsolete code. 2008-10-12 Gabriel Dos Reis <gdr@cs.tamu.edu> |