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
I recently upgraded Haxe from version 4.3.4 to 4.3.6 and noticed a significant increase in the time it takes to compile my project. What used to take a few seconds now takes over a minute. This increase in compilation time affects all targets equally. Using the --verbose flag, I observed that the type-checking phase remains as fast as before, but the generation phase has become much slower. The same occurs when using Haxe 4.3.5.
My machine is a Mac mini M2 running Sonoma 14.6.1.
...
Typing haxe._Rest.Rest_Impl_.append
Typing haxe._Rest.Rest_Impl_.prepend
Typing haxe._Rest.Rest_Impl_.toString
Parsed /Users/acarioni/haxe/versions/4.3.6/std/Date.hx
Generating java: bin-test/android/TestAll.jar ------------------> this step takes up all the time!
haxe test.android.hxml --verbose 68.73s user 0.42s system 99% cpu 1:09.59 total
The text was updated successfully, but these errors were encountered:
I recently upgraded Haxe from version 4.3.4 to 4.3.6 and noticed a significant increase in the time it takes to compile my project. What used to take a few seconds now takes over a minute. This increase in compilation time affects all targets equally. Using the
--verbose
flag, I observed that the type-checking phase remains as fast as before, but the generation phase has become much slower. The same occurs when using Haxe 4.3.5.My machine is a Mac mini M2 running Sonoma 14.6.1.
The text was updated successfully, but these errors were encountered: