[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.m2t] Re: Galileo performance twice as slow?
|
- From: Achim Demelt <a.demelt@xxxxxxxxxxxxx>
- Date: Mon, 17 Aug 2009 11:00:04 +0200
- Followup-to: eclipse.modeling.m2t
- Newsgroups: eclipse.modeling.m2t
- Organization: eXXcellent solutions gmbh
- User-agent: KNode/4.3.0
Jos,
You're using several interconnected textual DSLs for you models, right? And
you've migrated that to TMF Xtext, haven't you?
Maybe there are some issues with sub-optimal cross-reference calculations
while traversing the models. That's a major difference between oAW Xtext and
TMF Xtext and may cause significant overhead if results are not cached
properly.
Cheers,
Achim
Sebastian Zarnekow wrote:
> Hi Jos,
>
> that's kind of a suprise. Actually we thought that we incorporated some
> very good improvements that should speed up the execution of an Xpand
> based code generator by at least 30%.
>
> Can you provide a reproduceable example that demonstrates the observed
> slowdown?
>
> Regards,
> Sebastian