I'm using Together 2006 Release 2 for Eclipse (V 8.1). I'm working with
a C++ modelling project with approx. 250 classes. I don't think that
this is a very large project. But on my machine (2GHz P4, 1.24 GB RAM,
Linux Suse 10.0) it takes about 6 min (!) to open the project.
Apparently, most of the time is needed to parse the source files (~500).
I used Together Architect 1.1 before and the parser was able to read
source files of the same project in 30 sec.!!
As proposed in the readme, I tried to tweak the JVM settings - without
any success. My current settings are:
-vm
/home/mlh/Borland/Together/jre/bin/java
-vmargs
-Xms512M
-Xmx1024M
-XX:MaxPermSize=128M
Do you have any suggestions to improve the performance? Any comments are
welcome!
Best regards,
Mike.
I'd suggest to inspect 'Special Considerations for C++ Projects ' Help
reference - proper configuring of your project can significantly improve the
performance
"Michael Lerch" <michae...@methodpark.de> wrote in message
news:456b...@newsgroups.borland.com...
thank you for the quick answer.
Obviously, one first thing to try, is to remove all *.h files as entry
points, because usually they will be included by the corresponding *.cpp
files. This will save at most half the time needed for parsing the
project sources. Unfortunately, in my case, this is not enough. For
further performance improvement, source code changes are necessary. One
can think of introducing macros (defined for Together only) that prevent
the parser from including files. This means much work and is also
dangerous, since the model could become inconsistant.
Best regards,
Mike.
ElenaA schrieb: