Re: [kaffe] picky patch

2003-02-06 Thread Dalibor Topic
Hi Rob, hi Tim --- gonzo [EMAIL PROTECTED] wrote: Hi all. in code-analyze.[ch], the methods are currently entitles verifyMethod, verifyBasicBlock, tidyVerifyMethod, etc., and these are called from intrp/machine.c, jit/machine.c, and jit3/machine.c to perform code analysis before

Re: [kaffe] picky patch

2003-02-06 Thread Timothy Stack
Hi Rob, hi Tim hi, Sounds o.k. to me to rename the methods if they don't perform verification at all. ditto But before I check it in, I'd like to see class-analyze.[ch] from JanosVM merged into the kaffe CVS tree. There are two main diffs: CIF_* stuff, This change is a bit

Re: [kaffe] picky patch

2003-02-06 Thread gonzo
Hi Dalibor and Tim, to avoid confusing the compiler, in my working copy of kaffe i've renamed the methods in code-analyze.[ch] analyzeMethod, analyzeBasicBlock, etc., and every time i upgrade to a newer version of CVS i have to patch the names. Sounds o.k. to me to rename the