summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authormagumagu <magumagu9@gmail.com>2014-05-24 11:18:32 -0700
committermagumagu <magumagu9@gmail.com>2014-05-24 14:17:53 -0700
commit282e9bd2922c58e23901cd44ad5cc1d540384788 (patch)
tree2d0c2265f90dea748cf05ee65642ee0fb6160467 /Source/Core/VideoCommon/OpcodeDecoding.cpp
parent6bb08de8a04097ec609dd7e893918f6ac096aea8 (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/VideoCommon/OpcodeDecoding.cpp')
0 files changed, 0 insertions, 0 deletions