commit | f19aab88d5c92e9cb9cbb9f7c9b84e39ba2e2709 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 25 09:01:36 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 25 11:55:47 2022 +0100 |
tree | 326f73b654b140d8efcbfa0d775fc74cebc0fd12 | |
parent | be0dbba6ecda5c882ee4e0db4923f8a67e4a85e9 [diff] |
DEBUG: mark ABORT_NOW() as unreachable The purpose is to make the program die at this point, so let's help the compiler optimise the code (especially in sensitive areas) by telling it that ABORT_NOW() does not return. This reduces the overall code size by ~0.5%.