Avoid using IAllocator
authorMike Danes <onemihaid@hotmail.com>
Sat, 14 Oct 2017 10:14:33 +0000 (13:14 +0300)
committerMike Danes <onemihaid@hotmail.com>
Sun, 15 Oct 2017 10:29:45 +0000 (13:29 +0300)
commit6fb118726d77068ce2afd7b5badcd0dbea0f9477
tree7c6cafdbf7f9f93493159c4ecbb198ff1b4f7c8c
parent6edd75ea1ae0631d3ff3c57b430d9f720159ebb1
Avoid using IAllocator

This tends to generate one virtual call for every allocation...
15 files changed:
src/jit/bitset.cpp
src/jit/bitset.h
src/jit/compiler.h
src/jit/flowgraph.cpp
src/jit/gentree.cpp
src/jit/gentree.h
src/jit/jit.h
src/jit/loopcloning.cpp
src/jit/loopcloning.h
src/jit/lsra.h
src/jit/rangecheck.h
src/jit/ssabuilder.cpp
src/jit/ssabuilder.h
src/jit/valuenum.cpp
src/jit/valuenum.h