Liste des Groupes | Revenir à cl c |
On 2024-03-24, David Brown <david.brown@hesbynett.no> wrote:[...]On 24/03/2024 06:50, Kaz Kylheku wrote:
In safety critical coding, we might want to conduct a code review ofBefore C/C++ 11, I was really worried about a hyper aggressive LTO messing around with my special ASM code for thread sync. So I would examine the disassembly. One alteration could break it! The problem is that it might not break right now... But a year from now wrt running for extended periods of time. If a little shit LTO messed with my externally assembled functions, assembled into an .o and linked in, will, it could create a ticking time bomb of very subtle race conditions...
the disassembly of an object file (does it correctly implement the
intent we believe to be expressed in the source), and then retain that
exact file until wit needs to be recompiled.
Les messages affichés proviennent d'usenet.