mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 22:11:45 -07:00
Mps br/auto_header: drop ephemeral diag filters and extra-large diag buffer
Copied from Perforce Change: 164507 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
5d79e65059
commit
f96d3c23ca
2 changed files with 1 additions and 6 deletions
|
|
@ -308,7 +308,7 @@
|
|||
|
||||
#ifdef DIAG_WITH_STREAM_AND_WRITEF
|
||||
/* DIAG_BUFFER_SIZE: 10 screenfuls: 10x80x25 = 20000 */
|
||||
#define DIAG_BUFFER_SIZE ((Size)440000)
|
||||
#define DIAG_BUFFER_SIZE ((Size)20000)
|
||||
#else
|
||||
#define DIAG_BUFFER_SIZE ((Size)1)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -30,11 +30,6 @@ typedef struct RuleStruct {
|
|||
struct RuleStruct RulesGlobal[] = {
|
||||
{ "+", "*", "*", "*" },
|
||||
{ "-", "DIAGTEST_", "*", "*" },
|
||||
{ "-", "*", "*", "*" },
|
||||
{ "-", "amcSegCreateNailboard", "*", "*" },
|
||||
{ "-", "amcSegDestroyNailboard", "*", "*" },
|
||||
{ "-", "TraceDestroy", "*", "*" },
|
||||
{ "+", "ArenaDestroy", "*", "*" },
|
||||
{ NULL, "", "", "" }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue