Kay Hayen
Kay Hayen
Hello there, I have successfully enabled "clcache" for my Windows CI of Nuitka, the Python compiler, where I often make it churn on the same files over and over despite...
There are two folders "http1.0" and "opt0.4" which should be renamed in the folder "tcl" of an app. In the folder "/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/" on macOS, I renamed "http1.0" to "http1_0" and...
Right now, when on Windows, the MSVC found doesn't have a Windows SDK installed as well, an error `FATAL: Error, the Windows SDK must be installed in visual studio` is...
In Nuitka, during `computeStatement` and `computeExpression` every node in the program tree has a responsibility to add information about an exception that can occur, and which one it is. Therefore...
Traditionally containers are designed to be good at typical usage patterns. The Python dictionary and the Python list are well optimized for what code typically needs. However, in order to...
Hello, this is Linux with Python2 and Python3 both. ``` git clone --branch factory https://github.com/Nuitka/Nuitka.git python2 ./bin/nuitka-run --profile tests/benchmarks/pystone.py 500000 && python -m vmprof.show nuitka-performance.dat #or if you prefer: python3...
Hello, I believe the total time elapsed is missing from the cli and web outputs at least, and I believe also from the file. When making comparisons, a relative time...
Hello, in my Python compiler Nuitka, I am generating extension modules, and will now start using incbin after previously working with linker options to include stuff directly, but LTO came...
Hello, with Nuitka I have LTO working with MinGW64. However, when I enable it with Clang, at link time, it tells me it doesn't understand the file format of the...
Nuitka technically replaces here the `cp` and `copy` commands, but there is a downside to not having this in help, which is that we do not have a way to...