Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 28, 2022 8:09 UTC (Mon) by geert (subscriber, #98403)In reply to: Moving the kernel to modern C by jem
Parent article: Moving the kernel to modern C
So is this really any safer in the end?
I still cannot rely on the constant i being constant over the full range of the block, as anyone can have inserted one or more redefinitions in the middle of the block.
I still cannot rely on the constant i being constant over the full range of the block, as anyone can have inserted one or more redefinitions in the middle of the block.
