JIT: use bit vector for identifying jump targets (#19884)
authorAndy Ayers <andya@microsoft.com>
Tue, 11 Sep 2018 07:09:48 +0000 (00:09 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 07:09:48 +0000 (00:09 -0700)
commitdfdf275ff7fd6cd701c26e8c50838abcaae024ae
tree3ffcbd43bd6764dffb938e61ac3103ce46452f16
parent1938350dbf017b9de5b887e2efd8d3fd1795e3eb
JIT: use bit vector for identifying jump targets (#19884)

When doing the initial IL scan to locate block boundaries the jit really
only needs to track one bit per offset.
src/jit/compiler.h
src/jit/flowgraph.cpp