Re: [pygccxml-development] Current status on additional caching support
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2007-01-10 09:23:55
|
Allen Bierbaum wrote: > I know that Matthias had proposed some ideas in October that would > minimize the number of symbols pulled in from gccxml. What ever > happened with that effort? Are you still using it Matthias? Yes, so far I'm still using it. Maybe with some additional work I could have also used the -fxml-start option from gccxml but at least an initial quick test had revealed some slight problems with it (I don't remember the details though). My other optimization stuff in pypp_api (i.e. the query cache) is still not committed because I still have to catch up with the current version of Py++. I'm currently trying to get everything working on OSX as I got myself a new Apple notebook. Basically it all works already, but I have to clean up some stuff. Maybe after that I can look into getting the current version of Py++ (but I'm afraid this will mean that I have to update a lot of things in my code to get it working with the latest version). - Matthias - |