Reviewers: Erik Corry,

Message:
Primarily a refactoring.
Also made native regexp code return correct indices, instead of relative to
start index. Since the introduction of the regexp exec stub, we had the
necessary values anyway.

Description:
Refactoring of RegExp interface to better support calling several times in a
row.

Please review this at http://codereview.chromium.org/1114001

Affected files:
  M src/arm/regexp-macro-assembler-arm.cc
  M src/ia32/codegen-ia32.cc
  M src/ia32/macro-assembler-ia32.h
  M src/ia32/regexp-macro-assembler-ia32.cc
  M src/jsregexp.h
  M src/jsregexp.cc
  M src/string.js
  M src/x64/codegen-x64.cc
  M src/x64/regexp-macro-assembler-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to