Hi,

I uploaded a beta. There have been some changes in the initial font loading code (mostly an experiment and hopefully compatible). The default load->cache method is unchanged (and tagged table') but you can configure others (given tat you run luatex 0.63)

There are three optional levels of intermediate garbage collection:

  \enabledirectives[fonts.otf.loader.cleanup=1] % true|false 1 2 3

The higher the number, the less memory is used (I'm preparing a chapter for hybrid.pdf that discusses these methods and gives some statistics). By default cleanup is turned off. Garbage collection efficiency differs per situation and is somewhat platform dependent.

There are three methods but only table and sparse make sense:

  \enabledirectives[fonts.otf.loader.method=table]
  \enabledirectives[fonts.otf.loader.method=mixed]
  \enabledirectives[fonts.otf.loader.method=sparse]

In some cases sparse might save a bit of memory but at the cost of runtime and even then it only concerns making a font cache-ready so in practice it is seldom needed to change the defaults.

Only mess around with these directives if you are convinced that it will improve your situation. As said, these are the results of an experiment so we keep them around.

If no serious problems are found in the beta I will release a current, so that we're nicely in sync with todays luatex beta.

Hans


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to