mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +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:
parent
d44e2c9ad9
commit
66f3ec687b
3 changed files with 53 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue