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

Issue 8734: Fix 3 places where we were doing retry after GC without using the macros that... (Closed)

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

Description

Fix 3 places where we were doing retry after GC without using the macros that were defined for that purpose. Committed: http://code.google.com/p/v8/source/detail?r=650

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -79 lines) Patch
M src/builtins.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M src/factory.cc View 2 chunks +12 lines, -27 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +67 lines, -45 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
12 years, 1 month ago (2008-10-30 10:52:18 UTC) #1
Kevin Millikin (Chromium)
12 years, 1 month ago (2008-10-30 11:10:11 UTC) #2
LGTM.  It actually seems like a nice cleanup anyway.

http://codereview.chromium.org/8734/diff/1/3
File src/jsregexp.cc (right):

http://codereview.chromium.org/8734/diff/1/3#newcode321
Line 321: *code = NULL;
Do you need this?

Powered by Google App Engine
This is Rietveld 408576698