Fabio Niephaus

Results 567 comments of Fabio Niephaus

Does this also mean memory consumption is increased by 1.65x (`140,648,448 bytes` vs `85,073,920 bytes`)? I kinda like the idea of autoscaling GC settings depending on the memory available. However,...

Let me guess...you are running macOS 10.13 High Sierra with APFS?

It seems this may be related to https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8264047, and a fix by @jerboaa that landed via https://github.com/openjdk/jdk11u/commit/0e4fdcf11ad65d2515a78e30eb9f3d81451004b8. I ran into a similar issue compiling my Truffle language that uses AWT:...

>@fniephaus Is there a smaller reproducer than this trufflesqueak thingy? Not really, sorry. I had a chat with @pejovica about this today and it seems that the best fix for...

>The current question was, if these files (dll's and fontconfig) may be given to the customers together with the exe? You have to because otherwise your Native Image executable does...

This problem should go away when we support dynamic linking of AWT libraries on Linux. We've made some progress on that recently, so stay tuned for more updates on this...

> Is this work being planned for 22.3? Yes. If you can help make sure that everything you need is in the first batch, that would speed up the overall...

If you like to help us with this, @zakkak, a complete list of all SVM internals used by Quarkus would be great.

That's alright. I believe @olpaw already did scan through Quarkus. He has opened https://github.com/oracle/graal/pull/4783, which is the public API that all frameworks are supposed to rely on soon. So if...