Foivos Zakkak
Foivos Zakkak
Closing as I was not able to reproduce the issue and we have changed they way we monitor such changes since then.
Having two-line support as an option would be nice
That would be a nice feature
@thaaophz did you try with ``` (require 'org-gnome) (setq org-gnome-integrate-with-calendar t) (org-gnome-turn-on) ``` instead of ``` (require 'org-gnome) (org-gnome-turn-on) (setq org-gnome-integrate-with-calendar t) ``` ?
The issue is possibly related to https://github.com/oracle/graal/issues/3697
After some more runs it looks like the difference is closer to 270s vs220s which is still significant. And the issue is reproducible with Mandrel 21.0.0.1-Final as well.
After some more experimentation it looks like this is related to the fact that Mandrel is not using libgraal. To explore that, I performed a number of runs with GraalVM...
> ... so maybe we should consider whether Mandrel should start using libgraal as well. Using libgraal in Mandrel for Java 11 seems a no-go as libgraal depends heavily on...
Running similar experiments with 22.3 I see that the difference is now smaller (~6% when comparing the average execution time of 5 runs). On these 5 runs Mandrel appears to...