diff options
| author | Richard Kistruck | 2007-03-22 14:10:49 +0000 |
|---|---|---|
| committer | Richard Kistruck | 2007-03-22 14:10:49 +0000 |
| commit | 1c7dc02bda03b3aec59f47d601fcb5c1398e4bed (patch) | |
| tree | 2572ff056c504992327a9ce38be7596a7adfa059 /mps/code | |
| parent | 84f8809886f69895e06e5e45d6920111e9c51bd3 (diff) | |
| download | emacs-1c7dc02bda03b3aec59f47d601fcb5c1398e4bed.tar.gz emacs-1c7dc02bda03b3aec59f47d601fcb5c1398e4bed.zip | |
Mps br/unfixed-summary: (debug only): drop 5x bufferdescribes
Copied from Perforce
Change: 161980
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/poolamc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mps/code/poolamc.c b/mps/code/poolamc.c index 57e4472eec0..37bf35abee9 100644 --- a/mps/code/poolamc.c +++ b/mps/code/poolamc.c | |||
| @@ -1282,15 +1282,6 @@ static Res AMCScan(Bool *totalReturn, ScanState ss, Pool pool, Seg seg) | |||
| 1282 | 1282 | ||
| 1283 | format = pool->format; | 1283 | format = pool->format; |
| 1284 | arena = pool->arena; | 1284 | arena = pool->arena; |
| 1285 | |||
| 1286 | /* what is a typical buffer state? */ | ||
| 1287 | if (SegBuffer(seg) != NULL) { | ||
| 1288 | static int lots = 5; | ||
| 1289 | if (lots > 0) { | ||
| 1290 | lots -= 1; | ||
| 1291 | SegDescribe(seg, mps_lib_get_stdout()); | ||
| 1292 | } | ||
| 1293 | } | ||
| 1294 | 1285 | ||
| 1295 | if (amcSegHasNailboard(seg)) { | 1286 | if (amcSegHasNailboard(seg)) { |
| 1296 | return amcScanNailed(totalReturn, ss, pool, seg, amc); | 1287 | return amcScanNailed(totalReturn, ss, pool, seg, amc); |