dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.2k stars 1.57k forks source link

[vm] Inlining heuristics should take into account instruction sizes #56902

Open rakudrama opened 3 days ago

rakudrama commented 3 days ago

Not all instructions at the inlining phase result in the same number of bytes of code. Inlining heuristics should do a better job of predicting code size.

In particlar,

a-siva commented 2 days ago

//cc @alexmarkov