-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Bananas compile time with termux #22671
Labels
Bug
This tag is applied to issues which reports bugs.
Comments
What is the output of |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've cloned the repo and ran
make
. After that followd the tutorial. The compile times were quite disappointingly long.->
After that I investigated. And even the hello world takes some time to compile.
->
And cold cache is not the problem, those are the following compilations
Using tcc from
pkg install tcc
does not seem to help much:Though when I symlink tcc executable into
v/thirdparty/tcc/tcc.exe
compile times are much betterBut unfortunaly it seems to break when gc is needed:
After I
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:$LD_LIBRARY_PATH
another error shows up:Now I don't think I can do much here.
Reproduction Steps
shown above
Expected Behavior
Faster compilation time
Current Behavior
Slow compilation time
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.8 e59115e
Environment details (OS name and version, etc.)
Linux localhost 5.10.101-android12-9-00001-g1b6eff567cae-ab8943976 #1 SMP PREEMPT Sat Aug 13 08:16:31 UTC 2022 aarch64 Android
termux
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Huly®: V_0.6-21120
The text was updated successfully, but these errors were encountered: