-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Develop a minimal repro for coroutine issues and remove workarounds #560
Copy link
Copy link
Open
Labels
Pri: 2approvedcodebase qualityIssues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)Issues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)
Description
In several places in Calculator, we disable optimizations to work around bugs in the compiler related to coroutines. Some of these workarounds might no longer be needed (since some bugs have been fixed) while others might be hiding still-unresolved issues that need to be fixed in the compiler.
For every instance where we've disabled optimizations (starting with the one which seems to be new in VS2019) we should produce a minimal repro case which we can send to the C++ team.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Pri: 2approvedcodebase qualityIssues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)Issues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)