• Kevin Modzelewski's avatar
    Further distinguish OSR and non-osr compiles · 1bfb56e8
    Kevin Modzelewski authored
    A "FunctionSpecialization" object really makes no sense in the context of
    an OSR compile, since the FunctionSpecialization talks about the types
    of the input arguments, which no longer matter for OSR compiles.
    Now, their type information comes (almost) entirely from the OSREntryDescriptor,
    so in most places assert that we get exactly one or the other.
    1bfb56e8
irgenerator.h 4.28 KB