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

Issue 6973001: Propagate a Failure from GenerateDictionaryNegativeLookup instead of causing GC. (Closed)

Created:
9 years, 7 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Propagate a Failure from GenerateDictionaryNegativeLookup instead of causing GC. Committed: http://code.google.com/p/v8/source/detail?r=7829

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -96 lines) Patch
M src/arm/code-stubs-arm.h View 1 chunk +8 lines, -7 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 3 chunks +29 lines, -19 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +7 lines, -6 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +10 lines, -7 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 3 chunks +28 lines, -18 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +7 lines, -6 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +10 lines, -7 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +29 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 7 months ago (2011-05-09 14:55:17 UTC) #1
Kevin Millikin (Chromium)
9 years, 7 months ago (2011-05-09 14:57:50 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698