Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [qvtd-dev] Slow down

Hi Ed,

Finding the root of the IAE is in my to-do list. I think it has to do something with the nested evaluation environment being reused somehow or not being nested correctly. 

The retiming of the creation of the nested evaluation visitor was needed to make the safeVisit work with the current visitor implementation, but as you say I think that we should leave it as it simplifies the recursive loop in mapping calls. If the doLoop could somehow be added to the QVTi evaluation interface we could have access the the recursive call through the decorated visitor.

Regards, 

Back to the top