From 5dbb5b43afdfa2fcb6389b831a64273a93516e77 Mon Sep 17 00:00:00 2001 From: Erik Carstensen Date: Wed, 27 Sep 2023 14:56:09 +0200 Subject: [PATCH] Add release note for --no-compat flag --- RELEASENOTES.docu | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASENOTES.docu b/RELEASENOTES.docu index 12fa4840e..19297597e 100644 --- a/RELEASENOTES.docu +++ b/RELEASENOTES.docu @@ -1730,4 +1730,11 @@ extern typedef struct { } my_type_t; This warning is only enabled by default with Simics API version 7 or above. With version 6 and below it must be explicitly enabled by passing --warn=WLOGMIXUP to DMLC. + Added a flag --no-compat + to selectively disable compatibility features. In + particular, --no-compat=port_proxy_ifaces disables + generation of interface trampolines, which can speed up + compilation of devices with huge arrays of ports. The + option --help-no-compat lists all features that can be + disabled.