Files
ladybird/Userland/Libraries/LibWeb/HTML/EventLoop/EventLoop.cpp
Andreas Kling 5c6b879715 LibWeb: Don't allocate a new HeapFunction 60 times per second
We can reuse the same HeapFunction when queueing up a rendering task
on the HTML event loop. No need to create extra work for the garbage
collector like this.
2024-10-25 10:21:12 +02:00

25 KiB