reversing a weird commit 076474d2a928649c934b4bb12031d39cdea2c77d
[librarian.git] / librarian / font-optimizer / ext / Font-TTF / TODO
1
2 * update() is a mess. What is needed is a mark sweep clean algorithm where the
3   dirty is used only for tables that have changed. Thus if a table is updated
4   it could well become dirty! Also need to be able to pass a force parameter
5   to force a table to update and all the tables in its dependency tree.