• Kevin Modzelewski's avatar
    Fix a number of bugs to get pickle working · c7af9a18
    Kevin Modzelewski authored
    - Some missing refcounting annotations
    - We would allocate before guarding, so if the guards failed we would
      leak those objects.
      - The code now treats this conservatively (like it should), which
        might result in more rewriter aborts.  I manually tried to fix
        the case that was hitting this for now.
    - Small bug in the llvm-tier type specialization
    c7af9a18
types.cpp 175 KB