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

Issue 10984: Fix native code Irregexp on MacOSX. (Closed)

Created:
12 years ago by Erik Corry
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Fix native code Irregexp on MacOSX. Committed: http://code.google.com/p/v8/source/detail?r=855

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -12 lines) Patch
M src/regexp-macro-assembler-ia32.h View 1 chunk +8 lines, -6 lines 1 comment Download
M src/regexp-macro-assembler-ia32.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
12 years ago (2008-11-27 09:19:59 UTC) #1
Lasse Reichstein
12 years ago (2008-11-27 09:26:08 UTC) #2
LGTM.
Good catch. That one can't have been easy!

http://codereview.chromium.org/10984/diff/1/3
File src/regexp-macro-assembler-ia32.h (right):

http://codereview.chromium.org/10984/diff/1/3#newcode91
Line 91: static const int kBackup_ebx = sizeof(uint32_t);
I'm wondering whether sizeof(uint32_t) should be replaced by kPointerSize
instead.

Powered by Google App Engine
This is Rietveld 408576698