From 5e40ab13e0dc1ab2a134a615141a3465b55b88c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 5 Jul 1999 15:01:27 -0700 Subject: [PATCH] patch to improve cache hit ratio Rev: tutorial/wmmltohtml2:1.11 --- tutorial/wmmltohtml2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial/wmmltohtml2 b/tutorial/wmmltohtml2 index 8e672ebe47..fd9ceb390a 100755 --- a/tutorial/wmmltohtml2 +++ b/tutorial/wmmltohtml2 @@ -9,6 +9,8 @@ import "."; int main(int argc, string *argv) { + random_seed(0); // increase cache hit potential + mixed *ER=catch { program output=(program)argv[2]; if (!output) error("can't cast %O to program\n",argv[2]); -- GitLab