1
Fork 0
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:
Richard Brooksby 2012-05-22 16:30:35 +01:00
parent 4c8144b692
commit eb81034355

View file

@ -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",