On Feb 15, 2008, at 4:07 PM, Toon Verwaest wrote:
Me and Adrian are planning a paired "sprint" to implement Fame in Squeak. (This includes FM3, codegeneration, MSE importer/exporter etc)
Nice. What size of codebase should Moose be able to handle? I have over 5000 file dependencies (per version).
Stephan
Hi Stephan,
I recently had in my image complete FAMIX models from 18 versions of ArgoUML, each version having over 1000 classes. This resulted in a 500 mb VW image and Moose worked just fine.
What do you mean by file dependencies?
Cheers, Doru
On Feb 15, 2008, at 6:04 PM, stephan@stack.nl wrote:
On Feb 15, 2008, at 4:07 PM, Toon Verwaest wrote:
Me and Adrian are planning a paired "sprint" to implement Fame in Squeak. (This includes FM3, codegeneration, MSE importer/exporter etc)
Nice. What size of codebase should Moose be able to handle? I have over 5000 file dependencies (per version).
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Value is always contextual."
Quoting Tudor Girba girba@iam.unibe.ch:
I recently had in my image complete FAMIX models from 18 versions of ArgoUML, each version having over 1000 classes. This resulted in a 500 mb VW image and Moose worked just fine.
I've 20 versions of a c++ project growing from 7 MByte to 13 Myte in (at the end) 982 .cpp and .h files. 200MByte in total.
What do you mean by file dependencies?
That's just counting the #include's.
Stephan
Did you manage to parse your system?
If yes, what did you use?
If no, check the instructions from: http://moose.unibe.ch/docs/faq/importWithiPlasma
Cheers, Doru
On Feb 15, 2008, at 9:02 PM, stephan@stack.nl wrote:
Quoting Tudor Girba girba@iam.unibe.ch:
I recently had in my image complete FAMIX models from 18 versions of ArgoUML, each version having over 1000 classes. This resulted in a 500 mb VW image and Moose worked just fine.
I've 20 versions of a c++ project growing from 7 MByte to 13 Myte in (at the end) 982 .cpp and .h files. 200MByte in total.
What do you mean by file dependencies?
That's just counting the #include's.
Stephan _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"What we can governs what we wish."
Quoting Tudor Girba girba@iam.unibe.ch:
Did you manage to parse your system?
Not with moose. I started at file-level, direct in squeak. Looking back 20 versions already tells a lot about the development of the system.
If yes, what did you use?
pattern-matching for '#include' Not really fine-grained, but a good first step.
If no, check the instructions from: http://moose.unibe.ch/docs/faq/importWithiPlasma
The iPlasma site is currently down.
Stephan