tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README (894B)


      1 VTune files imported from VTune Amplifier XE 2017 Rev 1.0.486011.
      2 
      3 To update these files, copy the following from a VTune install directory:
      4     sdk/src/ittnotify/*
      5 
      6     include/ittnotify.h
      7     include/jitprofiling.h
      8     include/legacy/ittnotify.h
      9 
     10 Additionally, the following changes should be propagated:
     11 
     12     - Some static functions should be exported for use in VTuneWrapper.cpp.
     13     - Per Bug 1339190, all instances of "__attribute__((weak))" must be removed,
     14       or Ubuntu shell builds will randomly crash on startup.
     15     - With weak attributes removed, DL_SYMBOLS and PTHREAD_SYMBOLS should
     16       be defined as "(1)" to avoid -Waddress warnings.
     17     - Per Bug 1377651, the __itt_null variable in ittnotify.h should be
     18       made non-static, so it can be used in a non-static function.
     19 
     20 If the license has changed, update the "VTune License" section of
     21     toolkit/content/license.html