mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-10 10:36:30 +00:00
Problem: - Function local `constexpr` variables do not need to be `static`. This consumes memory which is unnecessary and can prevent some optimizations. - C-style arrays are not as safe as AK::Arrays and require the user to specify the length of the array manually. Solution: - Remove `static` keyword. - Change from C-style array for AK::Array.
9.3 KiB
9.3 KiB