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)
commite39f1d837342c41ddc34a49de2dbcf8f5b664ad9
tree65e1ca5da245e41f02d06354925393db4abf9c16
parentf75834126bde4e6dbd7f720ed6d94fef18150fa0
Allocate space for lvaTrackedToVarNum on demand

Compiler::lvaTrackedToVarNum requires 2 kbytes and it's not used when the compiler object is used for inlining.
src/jit/compiler.h
src/jit/lclvars.cpp