OSDN Git Service

Fix a leak in the JIT.
authorElliott Hughes <enh@google.com>
Fri, 20 Apr 2012 00:16:08 +0000 (17:16 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 19 Jun 2012 05:38:34 +0000 (13:38 +0800)
commit57bf30046f4cce18c7b7409c2c0a79053021e3da
tree06ed46075c8293a73d28ed02b4b4f71a3a974b31
parent18ac0f4273c1e866e948214a7cee8ea79976e18c
Fix a leak in the JIT.

We should use the JIT's arena rather than explicit allocation/deallocation.

Change-Id: I12b78cb1586222b082b140e4a1db00969ce23e3c
vm/compiler/Loop.cpp