aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-opt.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-opt.boot')
-rw-r--r--src/interp/g-opt.boot9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot
index 85da2c38..bf094be5 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -402,10 +402,11 @@ $VMsideEffectFreeOperators ==
SPADfirst QVELT _+ _- _* _< _= _<_= _> _>_= ASH INTEGER_-LENGTH
QEQCAR QCDR QCAR INTEGERP FLOATP STRINGP IDENTP SYMBOLP
MINUSP GREATERP ZEROP ODDP FLOAT_-RADIX FLOAT FLOAT_-SIGN FLOAT_-DIGITS
- CGREATERP GGREATERP CHAR BOOLE GET BVEC_-GREATER FUNCALL
- %and %or %not %eq %ieq %ilt %ile %igt %ige %head %tail
- %imul %iadd %isub %igcd %ilcm %iexp %imin %imax
- %feq %flt %fle %fgt %fge %fmul %fadd %fsub %fexp %fmin %fmax)
+ CGREATERP GGREATERP CHAR BOOLE GET BVEC_-GREATER FUNCALL %false %true
+ %and %or %not %eq %ieq %ilt %ile %igt %ige %head %tail %integer?
+ %imul %iadd %isub %igcd %ilcm %ipow %imin %imax %ieven? %iodd?
+ %feq %flt %fle %fgt %fge %fmul %fadd %fsub %fexp %fmin %fmax
+ %fpow %nil %pair?)
++ List of simple VM operators
$simpleVMoperators ==