On Tuesday, 14 January 2014 at 09:28:49 UTC, Manu wrote:
Perhaps __forceinline in the future may create some opportunities to do these things without creating a crap load of superfluous function calls.

I don't think this is the case for __forceinline - it is a problem with generic optimizer logic if such trivial wrappers don't get inlined. Former is specialized power tool, latter benefits every single program out there.

Reply via email to