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
As the application getting bigger, the save operation of DartEditor is coming unacceptable - from tens seconds to a couple of minutes! To be productive, I was forced to use other text editor and invoke frogc manually.
I know it is tough and the Dart team must work on JDT-like incremental compilation. However, before the performance issue is really solved, I suggest to introduce an option that allows the user to turn off the compilation for each save. Then, the user can invoke the compilation at any proper moment he prefers.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by @tomyeh
As the application getting bigger, the save operation of DartEditor is coming unacceptable - from tens seconds to a couple of minutes! To be productive, I was forced to use other text editor and invoke frogc manually.
I know it is tough and the Dart team must work on JDT-like incremental compilation. However, before the performance issue is really solved, I suggest to introduce an option that allows the user to turn off the compilation for each save. Then, the user can invoke the compilation at any proper moment he prefers.
The text was updated successfully, but these errors were encountered: