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
Although the unwillingness for the patched-for-illumos gcc to omit frame pointers is useful nearly all of the time, there are occasions when it is unacceptable. There is a small body of software (such as BIOSes and JITs) where forcefully including frame pointers can negatively impact the correctness of the compiled artifacts. We should include an escape hatch -fforce-omit-frame-pointer for use in such situations.
The text was updated successfully, but these errors were encountered:
Although the unwillingness for the patched-for-illumos gcc to omit frame pointers is useful nearly all of the time, there are occasions when it is unacceptable. There is a small body of software (such as BIOSes and JITs) where forcefully including frame pointers can negatively impact the correctness of the compiled artifacts. We should include an escape hatch
-fforce-omit-frame-pointer
for use in such situations.The text was updated successfully, but these errors were encountered: