Skip to content

Commit 42ab8b9

Browse files
newsletter: Add a note about painting thread (#141)
1 parent de5ca51 commit 42ab8b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/newsletters/2025-03-31.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ If we don't advertise support for (Managed)MediaSource, we can even play the 360
9999

100100
Try playing the above MP4 videos in Ladybird!
101101

102+
### Move rasterization into separate thread
103+
104+
Over a year ago, we introduced display lists that represent an immutable, serialized sequence of painting commands.
105+
This month, we finally took advantage of that architecture by moving rasterization of display lists off the main thread.
106+
As a result, the main thread now has more time to handle other tasks like garbage collection and script execution.
107+
102108
### Credits
103109

104110
We'd like to thank everyone who contributed code this month:

0 commit comments

Comments
 (0)