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

Issue 6286144: Do not compile the unreachable body of functions with illegal redeclarations. (Closed)

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

Description

Do not compile the unreachable body of functions with illegal redeclarations. Revision 6635 added an assert on IA32 that there were no 'const' parameters. This assert could be hit at compile time because we compiled the unreachable body of functions with illegal redeclarations, which are thrown at runtime. Committed: http://code.google.com/p/v8/source/detail?r=6659

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -33 lines) Patch
M src/ia32/full-codegen-ia32.cc View 1 chunk +34 lines, -31 lines 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-07 09:39:33 UTC) #1
Mads Ager (chromium)
9 years, 10 months ago (2011-02-07 09:52:41 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698