bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: push parser implemenation


From: Akim Demaille
Subject: Re: push parser implemenation
Date: Thu, 20 Apr 2006 11:16:15 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Bob" == Bob Rossi <address@hidden> writes:

 > Hmmm, let me clarify. I did 
 > 'export BISON=/home/bob/cvs/bison/bench/target/bin/bison'
 > was that a good idea?

I will update the script to make it more user friendly.

 > It seems as if,
 > PATH=/home/bob/cvs/bison/bench/target/bin:$PATH perl bench.pl
 > is running the script, will this give me the results you want?

 > Finally, after doing these things in this order:
 > - a fresh cvs co
 > - apply patch
 > - ./bootstrap
 > - ./configure
 > - make

 > I get a compile error. I had to manually do,
 >   cd src/
 >   /usr/bin/bison parse-gram.y
 >   mv parse-gram.tab.c parse-gram.c
 >   mv parse-gram.tab.h parse-gram.h

 > and then do a make again. Is this OK?

What sort of error did you find?  Maybe there are conflicts in the
generated files, that's very possible, in which case rm src/parse*[ch]
should suffice.

 > Here are the results with a normal ./configure. I'm curious to see why
 > this slows down so much. Maybe I should run gprof.

Yes, probably.  This will probably not be fun :(










reply via email to

[Prev in Thread] Current Thread [Next in Thread]