Allocate space for lvaTrackedToVarNum on demand
authorMike Danes <onemihaid@hotmail.com>
Sat, 16 Jun 2018 12:53:38 +0000 (15:53 +0300)
committerMike Danes <onemihaid@hotmail.com>
Sat, 30 Jun 2018 19:31:17 +0000 (22:31 +0300)
commite6d934d1c2d223f45458765de7303553f1945145
tree84a4f290ffb1c5ac68a4f8eeac856213f95e66a6
parent682ee5741f44d067a147917525d22e64a534a032
Allocate space for lvaTrackedToVarNum on demand

Compiler::lvaTrackedToVarNum requires 2 kbytes and it's not used when the compiler object is used for inlining.

Commit migrated from https://github.com/dotnet/coreclr/commit/e39f1d837342c41ddc34a49de2dbcf8f5b664ad9
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/lclvars.cpp