diff options
author | dos-reis <gdr@axiomatics.org> | 2009-04-20 03:03:50 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-04-20 03:03:50 +0000 |
commit | 4957231038f00c946afee42e96b38ea1e2ea108e (patch) | |
tree | d928f3e072219cd37a52a58de0065b47819dbe11 /TODO | |
parent | 5f31fef6e30bc63657955d95939a310fa37867d8 (diff) | |
download | open-axiom-4957231038f00c946afee42e96b38ea1e2ea108e.tar.gz |
* boot/ast.boot (genECLnativeTranslation): Tidy.
(genSBCLnativeTranslation): Likewise.
* interp/compiler.boot (emitLocalCallInsn): Likewise.
(compForm1): Allow package call to external function.
(compElt): Likewise.
(getExternalSymbolMode): New.
(compForeignPackageCall): Likewise.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ === DONE === ============ +* FFI support for Spad + * Revisit the underlying definition of the types DFlo in foam interface, and DoubleFloat in OpenAxiom. Now, we ensure that SingleFloat is 32-bit, and DoubleFloat is 64-bit. |