From 1c868babac3b1331576e5f21a14853d76620a56a Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 7 Apr 2010 17:34:39 +0100 Subject: Use the JIT RegExp engine rather than the interpreted version. Fix b/2566479 and improve performance somewhat. :) Change-Id: I5418db2cb5283c83bc7a762d2790af45f6ac8b9a --- Android.libv8.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.libv8.mk b/Android.libv8.mk index 850df3a4..557cbd4f 100644 --- a/Android.libv8.mk +++ b/Android.libv8.mk @@ -60,7 +60,8 @@ LOCAL_CFLAGS += \ -Wno-import \ -Wno-format \ -fno-exceptions \ - -DENABLE_DEBUGGER_SUPPORT + -DENABLE_DEBUGGER_SUPPORT \ + -DV8_NATIVE_REGEXP ifeq ($(TARGET_ARCH),arm) LOCAL_CFLAGS += -DARM -DV8_TARGET_ARCH_ARM -- cgit v1.2.3