Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.3.6] Abnormal compilation time #11811

Open
acarioni opened this issue Oct 31, 2024 · 0 comments
Open

[4.3.6] Abnormal compilation time #11811

acarioni opened this issue Oct 31, 2024 · 0 comments

Comments

@acarioni
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant