Don't allocate AstTyper with the zone allocator.
authorbradnelson <bradnelson@google.com>
Fri, 21 Aug 2015 18:15:33 +0000 (11:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 21 Aug 2015 18:15:41 +0000 (18:15 +0000)
commit233599fa70818f1ef6ff2860f7762ab29f32653f
treef3006b07bccb74f3e81899ec860b64c81e191d67
parentcdff697b17a501eb6c5d9f9dd3d1ed8b42ec7187
Don't allocate AstTyper with the zone allocator.

While the class Type objects the AstTyper generates should be
allocated to zone memory, there's no particular reason
the typer object itself needs to be.

BUG=None
TEST=None
R=rossberg@chromium.org,titzer@chromium.org
LOG=N

Review URL: https://codereview.chromium.org/1303843003

Cr-Commit-Position: refs/heads/master@{#30313}
src/compiler.cc
src/hydrogen.cc
src/typing.cc
src/typing.h