Avatar
WasmKitちょっと速くなりました。Wasmインタプリタ界では結構戦えるようになってきた。 https://github.com/swiftwasm/WasmKit/releases/tag/0.1.0
Significant performance improvement We have re-designed the VM architecture and it resulted in significant performance improvement. See the design note for more details Engine API (a.k.a multi Sto...
🎉 7
2:30 PM
今回のチューニングではレジスタマシンへの移行とダイレクトスレッディングの導入がかなり効きました。あと分岐予測をどれだけ活用できるかで30%くらいチューニングの余地があったのが面白かった。
2:31 PM
Apple Silicon向けにチューニングしてたんですけど、このApple Silicon CPU Optimization Guideってやつがどの命令シーケンスにfast-pathが実装されてるのかとか詳しく書いてあってかなり参考になりました。 https://developer.apple.com/documentation/apple-silicon/cpu-optimization-guide (edited)
👀 3