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

Issue 150026: - Add a "#error Unsupported target architecture." where needed. A chain of... (Closed)

Created:
11 years, 5 months ago by iposva
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

- Add a "#error Unsupported target architecture." where needed. A chain of platform dependent ifdefs is useless if it does not include an error like this. You will end up searching for the failure in all the wrong places. Committed: http://code.google.com/p/v8/source/detail?r=2298

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M src/codegen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/execution.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/virtual-frame.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
iposva
11 years, 5 months ago (2009-06-29 16:43:29 UTC) #1
Mads Ager (chromium)
11 years, 5 months ago (2009-06-29 16:49:21 UTC) #2
LGTM, thanks for doing this.

Powered by Google App Engine
This is Rietveld 408576698