Files
codeql/cpp/ql/src
Jonas Jensen 81f627c1c4 C++: pragma[noopt] Top::hasLocationInfo perf tweak
This predicate was slow, mostly because it's just very large. A manual
join order cuts the run time on Chromium from

    definitions::Top::hasLocationInfo_dispred#ffffff ..................... 3m23s
    definitions::MacroAccessWithHasLocationInfo::hasLocationInfo#ffffff .. 1m56s

to

    definitions::Top::hasLocationInfo#ffffff .... 2m28s

The main slowdown was the two uses of `SCAN` to reorder columns in the
RA.
2019-05-22 15:52:33 +01:00
..
2019-05-01 10:36:15 +01:00
2019-01-24 11:15:21 +00:00
2018-11-28 18:18:28 +00:00
2019-05-03 10:37:48 +02:00
2018-09-23 16:24:31 -07:00
2019-01-30 09:44:07 +00:00
2019-05-02 13:36:39 +01:00