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
to which @andrewcraik provided a very useful answer:
that is a debugging aid - if you have a failure that is timing sensitive dropping opt levels can make problems go away. The -Xjit:ifExcluded() option allows you to set options for the excluded methods - eg set them to noOpt or whatever
this is super useful for optimization bugs
We should at the least put a comment in the code around the code in question to explain why the code is doing what it is doing based on the above explanation so that future readers are not puzzled.
@dsouzai asked a question on Slack which I quote here for future preservation:
to which @andrewcraik provided a very useful answer:
We should at the least put a comment in the code around the code in question to explain why the code is doing what it is doing based on the above explanation so that future readers are not puzzled.
[1] https://eclipse-omr.slack.com/archives/C33J7UAER/p1589994945160300
The text was updated successfully, but these errors were encountered: