(AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Nov 2002 07:04:07 +0000 (07:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Nov 2002 07:04:07 +0000 (07:04 +0000)
commit66871a8103bd274b40381b286f633b741457a3d5
tree4ec6123a49a1626f6114f0d8c7410c45958ab7f4
parent2115939b03f08975f79ad40e9cfc0c77f23f9204
(AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,
AT_DATA_LOOKAHEADS_GRAMMAR, AT_DATA_STACK_TORTURE): Replace `assert
(x);' with `if (! (x)) abort ();'.  This reduces the runtime of the
"Many lookaheads" test from 27.6 to 2.7 minutes on a 440 MHz
Ultrasparc III.
tests/torture.at