Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Issue 10545157: Unbreak interpreted regexp in light of recent zone related changes. (Closed)

Created:
8 years, 6 months ago by sanjoy
Modified:
8 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Unbreak interpreted regexp in light of recent zone related changes. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/jsregexp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sanjoy
8 years, 6 months ago (2012-06-13 16:23:40 UTC) #1
Yang
8 years, 6 months ago (2012-06-14 07:59:43 UTC) #2
On 2012/06/13 16:23:40, sanjoy wrote:

It still doesn't compile yet for me. The constructor in
regexp-macro-assembler-ia32.h in case of interpreted regexp still doesn't
include the zone:

In file included from src/ia32/regexp-macro-assembler-ia32.cc:37:
src/ia32/regexp-macro-assembler-ia32.h: In constructor
'v8::internal::RegExpMacroAssemblerIA32::RegExpMacroAssemblerIA32()':
src/ia32/regexp-macro-assembler-ia32.h:40: error: no matching function for call
to 'v8::internal::RegExpMacroAssembler::RegExpMacroAssembler()'
src/regexp-macro-assembler.h:66: note: candidates are:
v8::internal::RegExpMacroAssembler::RegExpMacroAssembler(v8::internal::Zone*)
src/regexp-macro-assembler.h:42: note:                
v8::internal::RegExpMacroAssembler::RegExpMacroAssembler(const
v8::internal::RegExpMacroAssembler&)

Powered by Google App Engine
This is Rietveld 408576698