Small clean up of stackEntry (#10820)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 14 Apr 2017 20:58:25 +0000 (13:58 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2017 20:58:25 +0000 (13:58 -0700)
commit3d7c80353acb86f3bc85b5950179f436b0a45ccc
tree14755b74449e26c252060c6162b28399dc9d69de
parenta6c2f7834d338e08bf3dcf9dedb48b2a0c08fcfa
Small clean up of stackEntry (#10820)

Make all stackDepth equal unsigned int.
Delete possible wrong function (the comment said : "// used in the inliner, where we can assume typesafe code. please don't use in the importer!!", but it was used).
Delete methods, that used arguments as output buffers.

* delete code without effects
src/jit/block.h
src/jit/compiler.h
src/jit/importer.cpp