Re: Re: software design clarification
"Roman Yakovenko" <[email protected]> Wed, 2 May 2007 08:11:36 +0300
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
On 5/1/07, Markus Elfring <[email protected]> wrote: > > > One of them is performance. I am a developer of Py++ project. Py++ is > > the code generator for Boost.Python library. There are few projects > > that use Py++, where it takes huge amount of time ( 7-8 minutes ) and > > memory ( up to 100 Mb ) to read AST generated by GCCXML > > I guess that more facts about your test environment should also be > considered to see if the reported results are reasonable or unexpectedly > too big. The size of the gccxml generated files are 40 - 70 Mb. After spending few weeks with profiler I found that most of the time program spend in parsing XML -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/