zlacker

[parent] [thread] 0 comments
1. nogrid+(OP)[view] [source] 2025-03-27 13:41:15
My interpretation was it was replaced with the identity function (e.g. just returning the original value). But it's only replaced if the code is determined to be a hot spot. So it would work correctly until the code was in a tight loop, then it would start failing once passed a negative number.
[go to top]