20 Jan
2023
20 Jan
'23
10:01 p.m.
On Fri, Jan 20 2023 at 09:50:05 AM -0800, Jer Noble via webkit-dev <webkit-dev@lists.webkit.org> wrote:
However, this requires a significant coding style change, both to existing code and new code, and as such, it should probably be discussed here. So, what do people think? Is the change in coding style (moving class-scoped enums out into namespace scope) worth doing if it means a significant increases in compile speeds?
My $0.02: it's awful but worth it. That's a ridiculous speedup. Nice.