Revision: 5076
Author: [email protected]
Date: Thu Jul 15 03:31:30 2010
Log: Fix compilation and linking with V8_INTERPRETED_REGEXP flag.
Review URL: http://codereview.chromium.org/2836051
http://code.google.com/p/v8/source/detail?r=5076
Modified:
/branches/bleeding_edge/src/serialize.cc
=======================================
--- /branches/bleeding_edge/src/serialize.cc Tue Jul 13 01:05:10 2010
+++ /branches/bleeding_edge/src/serialize.cc Thu Jul 15 03:31:30 2010
@@ -360,6 +360,7 @@
UNCLASSIFIED,
5,
"StackGuard::address_of_real_jslimit()");
+#ifndef V8_INTERPRETED_REGEXP
Add(ExternalReference::address_of_regexp_stack_limit().address(),
UNCLASSIFIED,
6,
@@ -376,6 +377,7 @@
UNCLASSIFIED,
9,
"OffsetsVector::static_offsets_vector");
+#endif // V8_INTERPRETED_REGEXP
Add(ExternalReference::new_space_start().address(),
UNCLASSIFIED,
10,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev