diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-03 16:42:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-03 16:42:34 +0000 |
commit | 2a7428b80002f6a01d4b182996675d8c0f7d2df0 (patch) | |
tree | 0cb930a48c967ef72ee6139317e4e305a2842617 /src/ChangeLog | |
parent | 3e7657640d8a37d7bb3e9226854b68d91efe7f7f (diff) | |
download | open-axiom-2a7428b80002f6a01d4b182996675d8c0f7d2df0.tar.gz |
* interp/c-util.boot (makeWorkerName): New.
(backendCompileSLAM): Use it.
(backendCompileSPADSLAM): Likewise.
* interp/clam.boot (compHash): Likewise.
Do not synthetize new parameter for unary constructors.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c7c9ce6..bd88baab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2012-05-03 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/c-util.boot (makeWorkerName): New. + (backendCompileSLAM): Use it. + (backendCompileSPADSLAM): Likewise. + * interp/clam.boot (compHash): Likewise. + Do not synthetize new parameter for unary constructors. + 2012-05-02 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/c-util.boot: Use APPLY, not APPLX. |