-
Committer:
John Arbash Meinel
-
Date:
2010-05-20 22:06:39 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5250.
-
Revision ID:
john@arbash-meinel.com-20100520220639-bvpvs36169honnfe
Change the object-level functions into module-level functions.
We didn't ever change them per-instance, just had them there for fast lookups.
But lookups are even faster at the module level, because they are never exposed
and you don't have to worry about inheritance.