I ran into a problem with an azure function this week while working on my mobile project MyNextBook and prototyping some Microsoft Azure OpenAI capabilities. The core code of the function is relatively simple and didn’t take much time at all to knock out. Getting Azure resource configured correctly took most of the time and then the discovery of compiler optimization error took quite some time to figure out. After some debugging time with writeline statements I realized that the json being produced was different in release mode. With a little help from github CoPilot a more detailed explanation explained the problem.
read more at..
the-importance-of-release-testing-questionable-compiler-optimizations
Top comments (0)