• Kevin Modzelewski's avatar
    Don't call getGlobalsModule() when creating a function · 6e6f13e6
    Kevin Modzelewski authored
    This causes us to do some unwinding which ends up showing up
    in the stats.  We have the globals dict available, so just use
    that.
    
    Things are a bit complicated because we use "globals==NULL" to
    signify certain things, but the asserts seem to be panning out so
    I think it's ok.
    6e6f13e6
types.h 36.6 KB