Working with haxe on ios and I'm sometimes seeing some quite long GC stalls. For example I just did a run and I see single calls to MarkAll taking sometimes 100-200 ms which is enough to impact UI rendering. Is there anything I can do to help with this? I tried both generational and moving GC just to try them, but both of those just crash the app.
Working with haxe on ios and I'm sometimes seeing some quite long GC stalls. For example I just did a run and I see single calls to
MarkAlltaking sometimes 100-200 ms which is enough to impact UI rendering. Is there anything I can do to help with this? I tried both generational and moving GC just to try them, but both of those just crash the app.