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)
committerElliott Hughes <enh@google.com>
Fri, 20 Apr 2012 00:16:08 +0000 (17:16 -0700)
commit3897bab038a89d09c97eec00653cd3a2870d2c06
tree56aa41d4bc72ad7aeb0db8f214ce3ca5c6edc207
parent53b07f7bc2fb344727511e3a1f7ce8f10e36e7b0
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