Skip to content
  • Enrico Granata's avatar
    <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it... · b588726e
    Enrico Granata authored
    <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it
    This should delay initialization of Python until strictly necessary and speed-up debugger startup
    Also, convert formatters for SEL and BOOL ObjC data-types from Python to C++, in order to reap more performance benefits from the above changes
    
    llvm-svn: 166967
    b588726e
Loading