OSDN Git Service

Change to use arena allocation for function-local data in parser.
authorKarl Schimpf <kschimpf@google.com>
Thu, 20 Aug 2015 20:24:02 +0000 (13:24 -0700)
committerKarl Schimpf <kschimpf@google.com>
Thu, 20 Aug 2015 20:24:02 +0000 (13:24 -0700)
commit209318af2b035d729225c5d86dbeb27935ebfafb
tree847f34f0552e65f17aa78c28168777b7cb95b6ce
parent7a99327dae74a3abd7f222de1b218d20da665e1c
Change to use arena allocation for function-local data in parser.

Changes to use arena allocator of the CFG associated with function, for
vectors in the function parser.

BUG=None
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1293343003 .
src/IceCfg.cpp
src/IceDefs.h
src/PNaClTranslator.cpp