Skip to content
  • Jamie A. Jennings's avatar
    Changed packagetable interface to separate "add" from "set", so that we can... · 2afa7d99
    Jamie A. Jennings authored
    Changed packagetable interface to separate "add" from "set", so that we can leverage the fact that "set" happens rarely.  We can assume that the packagetable grows monotonically and that its entries do not change -- except when "set" happens, which may trigger updates of data structures built with the assumptions that the table does not change. HOWEVER, the "set" procedure does nothing special right now, except to issue a warning
    2afa7d99