Skip to content
  • Jim Grosbach's avatar
    LLI: move instruction cache tweaks. · 748b9478
    Jim Grosbach authored
    Invalidate the instruction cache right before we start actually executing code, otherwise
    we can miss some that came later. This is still not quite right for a truly lazilly
    compiled environment, but it's closer.
    
    llvm-svn: 162803
    748b9478
Loading