8471 shaares
203 private links
203 private links
I don't think rustc has ever met a function it didn't like to inline.
🤣
LLVM's inlining heuristic is "yes".
I recall finding out that Servo's style system ends up being mostly a 100k-loc assembly function because of this.
🤯