JIT: retrieve element class for arrays of ref types (#20292)
authorAndy Ayers <andya@microsoft.com>
Mon, 8 Oct 2018 20:15:36 +0000 (13:15 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Oct 2018 20:15:36 +0000 (13:15 -0700)
commitbcc4cec7646f0df99c5a83e3dd72ec2d39e0ee01
tree465703568efb06b20d1bd187029867bdea827236
parent9074e9d781ecaa0e9f58f09fc738fe52e4d7cfb0
JIT: retrieve element class for arrays of ref types (#20292)

Allows element-typed based optimizations for some array cases, say
virtual calls through a `string[]`.
src/jit/compiler.h
src/jit/gentree.cpp