Files
ladybird/Kernel
Daniel Bertalan 10c3cf9a47 Kernel: Enable LTO for kernel_heap if ENABLE_KERNEL_LTO is set
By enabling LTO for the kernel_heap object too, we open the door for
optimization opportunities that come from (partially) inlining `::new`
or kmalloc. Every software spends a non-trivial amount of its run time
on allocating memory, so hopefully this change will make LTO builds even
faster.
2021-10-17 17:09:58 +01:00
..
2021-10-13 16:10:50 +02:00
2021-10-15 21:48:45 +01:00
2021-09-08 00:42:20 +02:00
2021-10-17 17:09:58 +01:00
2021-10-13 16:10:50 +02:00
2021-10-14 01:23:08 +01:00