1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 02:25:07 +00:00
serenity/Userland/Libraries/LibWeb/Animations
Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks
With this change, we now have ~1200 CellAllocators across both LibJS and
LibWeb in a normal WebContent instance.

This gives us a minimum heap size of 4.7 MiB in the scenario where we
only have one cell allocated per type. Of course, in practice there will
be many more of each type, so the effective overhead is quite a bit
smaller than that in practice.

I left a few types unconverted to this mechanism because I got tired of
doing this. :^)
2023-11-19 22:00:48 +01:00
..
Animation.cpp LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
Animation.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
Animation.idl LibWeb: Implement Animation::play_state 2023-11-11 22:45:16 +01:00
AnimationEffect.cpp LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
AnimationEffect.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
AnimationEffect.idl LibWeb: Add the AnimationEffect IDL object 2023-11-08 09:58:18 +01:00
AnimationPlaybackEvent.cpp LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
AnimationPlaybackEvent.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
AnimationPlaybackEvent.idl LibWeb: Add the AnimationPlaybackEvent IDL object 2023-11-11 22:45:16 +01:00
AnimationTimeline.cpp LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
AnimationTimeline.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
AnimationTimeline.idl
DocumentTimeline.cpp LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
DocumentTimeline.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
DocumentTimeline.idl LibWeb: Add DocumentTimeline IDL object 2023-11-07 15:17:09 +01:00
KeyframeEffect.cpp LibWeb: Implement KeyframeEffect::set_pseudo_element 2023-11-14 10:12:02 +01:00
KeyframeEffect.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
KeyframeEffect.idl LibWeb: Add KeyframeEffect IDL objects 2023-11-14 10:12:02 +01:00
TimingFunction.cpp LibWeb: Add a TimingFunction struct implementing the Web Easing spec 2023-11-11 08:58:08 +01:00
TimingFunction.h LibWeb: Add a TimingFunction struct implementing the Web Easing spec 2023-11-11 08:58:08 +01:00