aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ABELMON-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-03-01 05:22:19 +0000
committerdos-reis <gdr@axiomatics.org>2009-03-01 05:22:19 +0000
commitc42526006076b88ff2755f33eb1defd2e455e67e (patch)
tree975c82ab94b65bc41169dd0c339700d4a2efc825 /src/algebra/strap/ABELMON-.lsp
parent4311f047fffe6dbc6f58ba4f37f074cc9d155630 (diff)
downloadopen-axiom-c42526006076b88ff2755f33eb1defd2e455e67e.tar.gz
Optimization should not change slot numbers.
Diffstat (limited to 'src/algebra/strap/ABELMON-.lsp')
-rw-r--r--src/algebra/strap/ABELMON-.lsp21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/algebra/strap/ABELMON-.lsp b/src/algebra/strap/ABELMON-.lsp
index bfdc7eee..c0a9b85f 100644
--- a/src/algebra/strap/ABELMON-.lsp
+++ b/src/algebra/strap/ABELMON-.lsp
@@ -25,7 +25,7 @@
(DEFUN |ABELMON-;*;Nni2S;4| (|n| |x| $)
(COND
((ZEROP |n|) (|spadConstant| $ 7))
- ('T (SPADCALL |n| |x| (|getShellEntry| $ 17)))))
+ ('T (SPADCALL |n| |x| (|getShellEntry| $ 18)))))
(DEFUN |AbelianMonoid&| (|#1|)
(PROG (|dv$1| |dv$| $ |pv$|)
@@ -33,7 +33,7 @@
(PROGN
(LETT |dv$1| (|devaluate| |#1|) . #0=(|AbelianMonoid&|))
(LETT |dv$| (LIST '|AbelianMonoid&| |dv$1|) . #0#)
- (LETT $ (|newShell| 19) . #0#)
+ (LETT $ (|newShell| 20) . #0#)
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3
(LETT |pv$| (|buildPredVector| 0 0 NIL) . #0#))
@@ -42,7 +42,7 @@
(COND
((|HasCategory| |#1| '(|Ring|)))
('T
- (|setShellEntry| $ 18
+ (|setShellEntry| $ 19
(CONS (|dispatchFunction| |ABELMON-;*;Nni2S;4|) $))))
$))))
@@ -50,14 +50,15 @@
(LIST '#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (0 . |Zero|)
(|Boolean|) (4 . =) |ABELMON-;zero?;SB;1|
(|NonNegativeInteger|) (10 . *) (|PositiveInteger|)
- |ABELMON-;*;Pi2S;2| |ABELMON-;sample;S;3|
- (|RepeatedDoubling| 6) (16 . |double|) (22 . *))
- '#(|zero?| 28 |sample| 33 * 37) 'NIL
+ |ABELMON-;*;Pi2S;2| |ABELMON-;sample;S;3| (16 . |zero?|)
+ (|RepeatedDoubling| 6) (21 . |double|) (27 . *))
+ '#(|zero?| 33 |sample| 38 * 42) 'NIL
(CONS (|makeByteWordVec2| 1 'NIL)
(CONS '#()
(CONS '#()
- (|makeByteWordVec2| 18
- '(0 6 0 7 2 6 8 0 0 9 2 6 0 11 0 12 2
- 16 6 13 6 17 2 0 0 11 0 18 1 0 8 0 10
- 0 0 0 15 2 0 0 11 0 18 2 0 0 13 0 14)))))
+ (|makeByteWordVec2| 19
+ '(0 6 0 7 2 6 8 0 0 9 2 6 0 11 0 12 1
+ 11 8 0 16 2 17 6 13 6 18 2 0 0 11 0
+ 19 1 0 8 0 10 0 0 0 15 2 0 0 11 0 19
+ 2 0 0 13 0 14)))))
'|lookupComplete|))