You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have only one project for the runtime language,
the AspectCopier copy only the generated java code from xtend/K3
(probably because this is easier to reuse java code manipulation library and also due to diverse-project/k3#45)
However, copying only the java code prevents K3 from being able to optimize setter/getter code and force the use of inefficient reflexive code (diverse-project/k3#68)
I suggest that the AspectCopier should copy and adapt the K3 code instead of the generated java code.
The text was updated successfully, but these errors were encountered:
In order to have only one project for the runtime language,
the AspectCopier copy only the generated java code from xtend/K3
(probably because this is easier to reuse java code manipulation library and also due to diverse-project/k3#45)
However, copying only the java code prevents K3 from being able to optimize setter/getter code and force the use of inefficient reflexive code (diverse-project/k3#68)
I suggest that the AspectCopier should copy and adapt the K3 code instead of the generated java code.
The text was updated successfully, but these errors were encountered: