mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Disabling address probing test for 64-bit platforms until we design a better one.
Copied from Perforce Change: 178282 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
4c8144b692
commit
eb81034355
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ static void *test(void *arg, size_t s)
|
|||
printf("%lu objects (mps_collections says: %lu)\n", objs, c);
|
||||
|
||||
/* test mps_arena_has_addr */
|
||||
{
|
||||
if (sizeof(mps_addr_t) == 4) { /* @@@@ W3I6MV This test is bogus for 64-bit address space. */
|
||||
size_t hitRatio;
|
||||
int hitsWanted = 4; /* aim for 4 hits (on average) */
|
||||
/* [Note: The for-loop condition used to be "i < 4 * hitRatio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue