0.9.9.18:
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 7 Feb 2006 02:35:25 +0000 (02:35 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 7 Feb 2006 02:35:25 +0000 (02:35 +0000)
commit51344a3364f2cd6b14985719a77f697c094ea14d
treeeb3ce9b06cdb7731f5d7768c14cdedfb34c8c490
parent46a71b1cfad8885e4cff5ed53933ef5118319652
0.9.9.18:
Introduce new vm-support-routine COMBINATION-IMPLEMENTATION-STYLE
  for letting the backend have a crack at implementing certain
  functions directly (cf. OPTIMIZATIONS, #29);
...implement a few efficient cases for PPC and x86.
13 files changed:
OPTIMIZATIONS
src/compiler/alpha/vm.lisp
src/compiler/hppa/vm.lisp
src/compiler/ir1opt.lisp
src/compiler/mips/vm.lisp
src/compiler/ppc/arith.lisp
src/compiler/ppc/vm.lisp
src/compiler/sparc/vm.lisp
src/compiler/srctran.lisp
src/compiler/x86-64/vm.lisp
src/compiler/x86/arith.lisp
src/compiler/x86/vm.lisp
version.lisp-expr