Re: GTK4
- Posted by ghaberek (admin) 2 weeks ago
- 371 views
I doubt I'll run into those limits, there are only ~200 files, and most programs will only use a subset.
Your wrapper might not hit those limits alone, but anyone developing a large application could hypothetically include another 50+ files. The standard library itself is over 50 files.
Interestingly, a small program that runs interpreted uses 26MB of memory, while the same one compiled uses 98MB.
I'm not surprised. I have some suspicions that the translator is a bit too eager when it comes to global variables and memory allocation. I'll dig into it at some point.
But the good thing is that they compile and run with Eu 4.2.0 devel.
That's reassuring. Although I shouldn't be surprised since I've got build.mak making a temporary build of 4.2 that it then uses to build everything else.
-Greg