1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

AK: Move RefCountedBase definitions out-of-line

This dramatically reduces code size since we no longer inline all these
VERIFY() checks everywhere. Appears to be performance neutral.
This commit is contained in:
Andreas Kling 2021-05-29 16:04:58 +02:00
parent d44e2c9ad9
commit 66f3ec687b
3 changed files with 53 additions and 33 deletions

View file

@ -277,6 +277,7 @@ set(AK_SOURCES
../AK/JsonParser.cpp
../AK/JsonValue.cpp
../AK/LexicalPath.cpp
../AK/RefCounted.cpp
../AK/String.cpp
../AK/StringBuilder.cpp
../AK/StringImpl.cpp