0.pre7.51:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 6 Oct 2001 22:31:20 +0000 (22:31 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 6 Oct 2001 22:31:20 +0000 (22:31 +0000)
commit7fd2eb4b1bc68e8aaec233c4a39bdfc40225bda2
tree08d18579539e85b3ba99908f93c56df7e237b066
parent667ec9d494530079bef28e8589dd0d3274b935ec
0.pre7.51:
The LAMBDAS slot of ENVIRONMENT isn't used? Delete it.
renamed ENVIRONMENT structure to PHYSENV to reflect
my understanding from reverse engineering while
working on flaky5_branch
renamed IR2-ENVIRONMENT structure to IR2-PHYSENV
rename envanal.lisp to physenvanal.lisp
bumped fasl file version number (should have done that last
version too, since new low-level type codes are not
good for binary compatibility, oops..)
29 files changed:
package-data-list.lisp-expr
src/code/early-fasl.lisp
src/compiler/alpha/call.lisp
src/compiler/alpha/nlx.lisp
src/compiler/codegen.lisp
src/compiler/control.lisp
src/compiler/debug-dump.lisp
src/compiler/debug.lisp
src/compiler/dfo.lisp
src/compiler/entry.lisp
src/compiler/envanal.lisp [deleted file]
src/compiler/gtn.lisp
src/compiler/ir1util.lisp
src/compiler/ir2tran.lisp
src/compiler/life.lisp
src/compiler/locall.lisp
src/compiler/ltn.lisp
src/compiler/main.lisp
src/compiler/meta-vmdef.lisp
src/compiler/node.lisp
src/compiler/physenvanal.lisp [new file with mode: 0644]
src/compiler/represent.lisp
src/compiler/stack.lisp
src/compiler/tn.lisp
src/compiler/vop.lisp
src/compiler/x86/call.lisp
src/compiler/x86/nlx.lisp
stems-and-flags.lisp-expr
version.lisp-expr