diff options
author | dos-reis <gdr@axiomatics.org> | 2009-05-10 16:57:30 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-05-10 16:57:30 +0000 |
commit | fe5fc814694f1a1a04175bc94d15acfe1c259146 (patch) | |
tree | e20fe70c60b1dceead888d00a1c2ca34b119405a /src/ChangeLog | |
parent | 05e0d43a6021eefccbf2ba0f68c1d72089a102b1 (diff) | |
download | open-axiom-fe5fc814694f1a1a04175bc94d15acfe1c259146.tar.gz |
* interp/nrunopt.boot (makeGoGetSlot): Adjust call to
makeCompactSigCode.
(makeCompactDirect1): Likewise.
(makeCompactSigCode): Drop second parameter.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f1c04308..87a954f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2009-05-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/nrunopt.boot (makeGoGetSlot): Adjust call to + makeCompactSigCode. + (makeCompactDirect1): Likewise. + (makeCompactSigCode): Drop second parameter. + +2009-05-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/g-opt.boot (emitIndirectCall): New. (optCall): Use it. (optSpecialCall): Likewise. |