You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WardBrian
changed the title
Function inlining can lead to much slower code in certain cases
SoA optimization can over-promote objects used inside loops to produce slower code
Feb 6, 2023
Current Behavior:
See this forum thread by @mike-lawrence which contains an example that is ~5x slower at
--O1
compared to the default.Expected Behavior:
SoA optimization should not promote things being assigned to inside of a tight
for
loopThe text was updated successfully, but these errors were encountered: