Subject: Re: publishing
From: Keunwoo Lee (klee@cs.washington.edu)
Date: Sun Dec 10 2000 - 20:29:56 PST
When building towers.wil after updating, whirlwind dies for me while
compiling towers.simple_list.class.wil, in codegen(ir:FnWindIR) of
wil-codegen.cecil, while trying to look up the previously computed
codegen_name of the function. The following line:
let fn_name := codegen_state.codegen_name(fn);
goes down to codegen_name(s@:codegen_state, fn:FNNode), where we do a
table look up:
s.fn_names!fn
So, basically, the function is not getting its codegen name assigned by
the codegen phase before it attempts to look it up.
This may be (in fact, probably is) due to some obscure interaction between
my local changes and the public whirlwind, but I just thought I'd check if
anyone else was having problems building towers with the latest version.
~k
This archive was generated by hypermail 2b25 : Sun Dec 10 2000 - 20:30:01 PST