Add 10 when digit is [a-fA-F] in ConfigMethodRange::InitRanges#39754
Conversation
AndyAyersMS
left a comment
There was a problem hiding this comment.
Thanks. That may explain why I was still having trouble using this...
|
There is another problem at runtime/src/coreclr/src/jit/compiler.cpp Line 1775 in 847f2fa When we execute This is what happens when I set |
|
cc @dotnet/jit-contrib in case if someone tries to use |
|
I think the second issue was introduced by #38103 and could be fixed by moving the following lines https://github.com/dotnet/runtime/blob/master/src/coreclr/src/jit/compiler.cpp#L5290-L5292 from @CarolEidt Does this sound reasonable? |
|
I do not think the "Check for overflow" immediately after the fix or |
@AntonLapounov Yeah, I think you are right but I would like to fix |
|
@dotnet/jit-contrib I just pushed another change required for fixing the JitStressRange as per #39754 (comment). Can someone please sign off one more time? |
* Add 10 when digit is [a-fA-F] in ConfigMethodRange::InitRanges in utils.cpp * Zero out compMethodHashPrivate earlier in Compiler::compInit() in compiler.cpp
Fix small issue that broke
JitStressRangeafter 6dd6b6c