Hi! Thanks for the project.
Did you try to apply Profile-Guided Optimization (PGO) to Redscript toolkit? I guess it could improve the performance of the tooling even further (since it's in Rust so "blazing fast" you know). Applying BOLT could be more difficult since it's less stable.
Especially for Rust, I can recommend this blog: https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html More materials about PGO itself (showcases, useful links, etc): https://github.com/ZaMaZaN4iK/awesome-pgo
Hi! Thanks for the project.
Did you try to apply Profile-Guided Optimization (PGO) to Redscript toolkit? I guess it could improve the performance of the tooling even further (since it's in Rust so "blazing fast" you know). Applying BOLT could be more difficult since it's less stable.
Especially for Rust, I can recommend this blog: https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html More materials about PGO itself (showcases, useful links, etc): https://github.com/ZaMaZaN4iK/awesome-pgo