Is this a bug?

Andrew Trevorrow akt@netspace.net.au
Sat, 6 Jun 1998 11:21:13 +1000


Sebastian wrote:

> i find it hard to believe that Andrew has made the sizes in vptovf
> dynamic. ...

Nope, I haven't.  But I did increase the important sizes quite a lot.
Here are some values currently used by VPtoVF and PLtoTF:

   maxkerns = 15000;      (* was 1000 *)
   maxligsteps = 32000;   (* was 8500 *)
   hashsize = 26347;      (* was 8501 (prime number) *)

Rowland, let me know if you ever exceed those limits.
(I'll be surprised if you do!)

Andrew