OSDN Git Service

Enable computed goto interpreter on the host
authorSebastien Hertz <shertz@google.com>
Thu, 28 Aug 2014 16:25:09 +0000 (18:25 +0200)
committerSebastien Hertz <shertz@google.com>
Tue, 23 Sep 2014 12:15:00 +0000 (14:15 +0200)
commit66d9bdb94f21106aaaa31a8fd686098672075e04
tree9ce15530f09990a57cb9342e37795803806bad66
parent8380c7c246337e66291a88f633dfaa250457bb0f
Enable computed goto interpreter on the host

We disabled the computed goto interpreter when compiling with clang because of
compilation issues. Since we compile with clang on the host, we used the
switch-based interpreter.

Now clang is able to compile the computed goto interpreter, we can use it by
default on the host.

Change-Id: Ifa2a2d3c171b1116ecd3b3f213382c3c85e93f66
runtime/Android.mk
runtime/interpreter/interpreter.cc