Blame TODO

Packit 5d935b
* Currently no support for format 1 Name tables
Packit 5d935b
Packit 5d935b
* update() is a mess. What is needed is a mark sweep clean algorithm where the
Packit 5d935b
  dirty is used only for tables that have changed. Thus if a table is updated
Packit 5d935b
  it could well become dirty! Also need to be able to pass a force parameter
Packit 5d935b
  to force a table to update and all the tables in its dependency tree.