Use SUB instead of XOR to clear fat pointer bit (#12658)
authorJan Kotas <jkotas@microsoft.com>
Thu, 6 Jul 2017 18:35:42 +0000 (20:35 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2017 18:35:42 +0000 (20:35 +0200)
commit8e3f231e944e4adb7b8e9e8c364e95ae0b8798da
treec72fe0569c26e367e84193e02a3fd87657722518
parentce1fdc0e3d8509523a729026e2e6432f88bda6c2
Use SUB instead of XOR to clear fat pointer bit (#12658)

This makes the code generated for fat calli smaller because of the clearing of the fat pointer bit gets fused into address mode.
src/jit/flowgraph.cpp