Fix JIT flags for ARM64 altjit (#20711)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 1 Nov 2018 17:46:41 +0000 (10:46 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Nov 2018 17:46:41 +0000 (10:46 -0700)
commit78a5ee8b39fc5664b47dea447ed2fb00d2c36afa
tree59d4598ba3a530bf1bc2c35ba4ce790c3244a255
parentdf0cd2cd2c026af3aff78206bed6b45429dc9e19
Fix JIT flags for ARM64 altjit (#20711)

The ARM64 altjit was interpreting some JIT flags from the (mismatched)
x64 runtime incorrectly: they actually specify x64 architecture
capabilities, not ARM64 capabilities. And some of these capabilities
are not fully implemented/tested, so were leading to crashes doing
altjit asm diffs.
src/jit/compiler.cpp
src/jit/jitee.h