JIT: extend gc descriptor for ppp quirked local struct (#13438)
authorAndy Ayers <andya@microsoft.com>
Fri, 18 Aug 2017 20:46:32 +0000 (13:46 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 20:46:32 +0000 (13:46 -0700)
commit00496534d69b603b724c17f51469554b1241bc6d
treec3f0526afbaa74f6f7c1ec9b32951c785a04a901
parent8ccc62dcf31af5edb7e7d17118fa870733002c06
JIT: extend gc descriptor for ppp quirked local struct (#13438)

When we expand the size of a local for the ppp quirk, also expand
the size of its gc descriptor, and mark the new "fields" as non-gc.

Fixes #13407.
src/jit/compiler.cpp