ladybird/Userland/DynamicLoader
Andrew Kaster 350d4d3543 Meta: Enable RTTI for Userspace programs
RTTI is still disabled for the Kernel, and for the Dynamic Loader. This
allows for much less awkward navigation of class heirarchies in LibCore,
LibGUI, LibWeb, and LibJS (eventually). Measured RootFS size increase
was < 1%, and libgui.so binary size was ~3.3%. The small binary size
increase here seems worth it :^)
2021-01-01 14:45:09 +01:00
..
CMakeLists.txt Meta: Enable RTTI for Userspace programs 2021-01-01 14:45:09 +01:00
main.cpp DynamicLoader: Handle Loader.so being invoked directly as an executable 2020-12-31 00:52:02 +01:00
math.cpp Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
math.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
misc.cpp Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
misc.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00