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

Issue 7316018: Ensure that regexps always have code object, even if GC happened while running multiple times in ... (Closed)

Created:
9 years, 5 months ago by Rico
Modified:
9 years, 5 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Ensure that regexps always have code object, even if GC happened while running multiple times in runtime. Committed: http://code.google.com/p/v8/source/detail?r=8560

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -0 lines) Patch
M src/jsregexp.cc View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/regress/regress-regexp-codeflush.js View 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Rico
9 years, 5 months ago (2011-07-07 07:37:12 UTC) #1
Erik Corry
LGTM Did you grep for other places with IrregexpNativeCode?
9 years, 5 months ago (2011-07-07 08:05:44 UTC) #2
Rico
9 years, 5 months ago (2011-07-07 09:09:15 UTC) #3
On 2011/07/07 08:05:44, Erik Corry wrote:
> LGTM
> 
> Did you grep for other places with IrregexpNativeCode?

Yep, this is the only place it is used.

Powered by Google App Engine
This is Rietveld 408576698