Skip to content

rts: Don't hint inlining of appendToRunQueue, et al.

Ben Gamari requested to merge wip/drop-inlines into master

These hints have resulted in compile-time warnings due to failed inlinings for quite some time. Moreover, it's quite unlikely that inlining them is all that beneficial given that they are rather sizeable functions.

Resolves #22280 (closed).

Edited by Ben Gamari

Merge request reports