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

Issue 19538: The optimizations performed by Irregexp could possible hide bugs or... (Closed)

Created:
11 years, 10 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

The optimizations performed by Irregexp could possible hide bugs or could themselves be a source of bugs. Add a flag to switch off optimizations (--noirregexp-optimization) to aid testing. Committed: http://code.google.com/p/v8/source/detail?r=1210

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/jsregexp.cc View 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
11 years, 10 months ago (2009-02-02 14:38:57 UTC) #1
Christian Plesner Hansen
11 years, 10 months ago (2009-02-02 15:45:44 UTC) #2
Lgtm.

Have you tried to run the Big(TM) test with optimizations disabled?

Powered by Google App Engine
This is Rietveld 408576698