Files
Pumpkin/pumpkin-codegen
PigTurtle eaf1bf3cbe fix(compile-times) replaced const arrays with statics (#2281)
the const [&T; 29873]s for block(state) mapping were being inlined ~300 times just to be deduplicated by LLVM.
They are now statics but are accessed via const fns.
This improves compile times by roughly 12 minutes.
2026-06-24 18:11:37 +02:00
..
2026-06-24 18:03:08 +02:00
2026-06-24 18:03:08 +02:00
2026-02-09 15:52:46 +01:00