Bug 1874684 - Part 24: Prevent arbitrary loops in NormalizedTimeDurationToDays. r...
[gecko.git] / js / src / vtune / README
blob212078b4e333a042981dacd14aa55341a98d4a0f
1 VTune files imported from VTune Amplifier XE 2017 Rev 1.0.486011.
3 To update these files, copy the following from a VTune install directory:
4     sdk/src/ittnotify/*
6     include/ittnotify.h
7     include/jitprofiling.h
8     include/legacy/ittnotify.h
10 Additionally, the following changes should be propagated:
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.
20 If the license has changed, update the "VTune License" section of
21     toolkit/content/license.html