mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Mps make hot varieties do avers and checks, and *not* gather statistics.
job001545 & job001546 Copied from Perforce Change: 161213 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
a5fb67c1e9
commit
f63f95fb4c
1 changed files with 6 additions and 8 deletions
|
|
@ -29,17 +29,16 @@
|
|||
* directives.
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_VAR_WI) || defined(CONFIG_VAR_WE) /* Hot varieties */
|
||||
#if defined(CONFIG_VAR_WI) || defined(CONFIG_VAR_WE) /* White-hot varieties */
|
||||
/* no asserts */
|
||||
/* ... so CHECKLEVEL_INITIAL is irrelevant */
|
||||
/* no debug diagnostic statistic meters */
|
||||
/* no telemetry log events */
|
||||
|
||||
#elif defined(CONFIG_VAR_HI) || defined(CONFIG_VAR_HE) /* Hot varieties */
|
||||
/* no asserts */
|
||||
#define CONFIG_ASSERT
|
||||
#define CHECKLEVEL_INITIAL CheckLevelMINIMAL
|
||||
/* @@@@ no asserts, so setting CHECKLEVEL_INITIAL has no effect! */
|
||||
#define CONFIG_DEBUG
|
||||
/* no debug diagnostic statistic meters */
|
||||
/* no telemetry log events */
|
||||
|
||||
#elif defined(CONFIG_VAR_CI) || defined(CONFIG_VAR_CE) /* Cool varieties */
|
||||
|
|
@ -54,11 +53,10 @@
|
|||
#define CONFIG_DEBUG
|
||||
#define CONFIG_LOG
|
||||
|
||||
#elif defined(CONFIG_VAR_II) /* Ice, Internal; variety.ii */
|
||||
/* no asserts */
|
||||
#elif defined(CONFIG_VAR_II) /* Ice, Internal; variety.ii (HotLog) */
|
||||
#define CONFIG_ASSERT
|
||||
#define CHECKLEVEL_INITIAL CheckLevelMINIMAL
|
||||
/* @@@@ no asserts, so setting CHECKLEVEL_INITIAL has no effect! */
|
||||
#define CONFIG_DEBUG
|
||||
/* no debug diagnostic statistic meters */
|
||||
#define CONFIG_LOG
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue