k-sareen / mmtk-art

MMTk binding for ART
Apache License 2.0
1 stars 0 forks source link

PGO profiles for Android #3

Open k-sareen opened 6 months ago

k-sareen commented 6 months ago

Since Android is starting to use Rust, it also generates and uses PGO profiles for optimizing Rust code. See here [1]. Investigate how to use this with MMTk.

[1]: https://android.googlesource.com/toolchain/pgo-profiles/