Reviewers: Mads Ager, Message: A tiny review for you.
Description: Fix compilation and linking with V8_INTERPRETED_REGEXP flag. Please review this at http://codereview.chromium.org/2836051/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/serialize.cc Index: src/serialize.cc =================================================================== --- src/serialize.cc (revision 5068) +++ src/serialize.cc (working copy) @@ -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
