mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
We don't need to be allocating Strings for these names during static initialization. The C-string literals will be stored in the .rodata ELF section, so they're not going anywhere. We can just wrap the .rodata storage for the class names in StringViews and use those in Object registration and lookup APIs.
7.8 KiB
7.8 KiB