From: Baptiste L. <gai...@fr...> - 2004-03-02 19:10:16
|
----- Original Message -----=20 From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Tuesday, March 02, 2004 3:04 PM Subject: [Cpptool-develop] new parser approach - compile and test success= ful > just a short message - compiling the project works now. > "All 168 tests passed..." what about the time for each test step - does > it initialize > the complete syntax each time ? Yes, the grammar was being parsed and build each time. I can't believe I hadn't though of that (I had a similar problem that was even worth with boost regular expression compilation for the lexer). I switched to a singleton and build time went down from 30s to 8s. Thanks !!! > I will now look through the code and also check the problem with vc6 plugin. Great. Once it's stable I'd like us to release the current version. Hopefully, this will attract some people. Baptiste. > until later, > andr=E9 |