• Kevin Modzelewski's avatar
    Back off of rewriting runtimecall in callattr · 443a4720
    Kevin Modzelewski authored
    We often have cases where the "attr" part of a callattr can be rewritten but
    the "call" part cannot.  This change lets us be able to rewrite the getattr
    and then write out the call as a call just to runtimeCallInternal.
    443a4720
objmodel.cpp 226 KB