Posts
Was gibt's eigentlich aktuell an FFP2 Masken, wo einem:
* Nicht die Brille beschlgt
* Nicht nach 30 Minuten die Ohren abfallen, besonders als Brillenträger und mit Kopfhörern
3M Aura hab ich ne Weile versucht, aber auch da reißen die Bänder gerne mal schon beim ersten Aufsetzen, weil scheinbar mein Kopf zu groß ist und dafür sind die mir dann doch etwas teuer.
Wondering if it is possible to make #llvm / #clang produce assembly code that ensures a function has a single exit point that the flow always goes through whenever the function exits (excluding exceptions).
Theoretically one could convert all ret into unconditional jmp to a single ret and this should be possible using a llvm pass. Unfortunately I cannot modify the Clang/llvm I need this for.
So wondering if something like this is already there, maybe even as a per-function annotation. Anyone?