C++:switch Assembly MSVC에서 case문이 6개 이상일 경우 __ImageBase와 함께 Hash 계산을 사용한 JUMP문이 적용된다. 따라서 가급적if문 대신 switch문을 사용하는 것을 추천한다. See also C++