Improve accuracy of memory conflict tracking
We now track stack regions, so that we can float a stack load past a stack store if they don't conflict. Also, we now use the CmmType to more accurately identify heap addresses.
Please register or sign in to comment