diff options
| author | magumagu <magumagu9@gmail.com> | 2014-05-24 11:18:32 -0700 |
|---|---|---|
| committer | magumagu <magumagu9@gmail.com> | 2014-05-24 14:17:53 -0700 |
| commit | 282e9bd2922c58e23901cd44ad5cc1d540384788 (patch) | |
| tree | 2d0c2265f90dea748cf05ee65642ee0fb6160467 /Source/Core/DiscIO/FileMonitor.cpp | |
| parent | 6bb08de8a04097ec609dd7e893918f6ac096aea8 (diff) | |
JitCache: use a custom bit-set class.
Unfortunately, this appears to be necessary for the sake of performance;
the standard library equivalents don't work well enough on Visual Studio
2013. vector<bool>::insert() is way too slow in debug
builds to be usable, and std::bitset generates inefficient code in release
builds.
Diffstat (limited to 'Source/Core/DiscIO/FileMonitor.cpp')
0 files changed, 0 insertions, 0 deletions
