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

Issue 23497009: Move DumpBacktrace() to checks.cc and cleanup both the code and the necessary platform checks. (Closed)

Created:
7 years, 3 months ago by Benedikt Meurer
Modified:
7 years, 3 months ago
Reviewers:
Michael Achenbach
CC:
v8-dev
Visibility:
Public.

Description

Move DumpBacktrace() to checks.cc and cleanup both the code and the necessary platform checks. This also removes the platform-posix.h header file. R=machenbach@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16890

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -152 lines) Patch
M src/checks.cc View 2 chunks +41 lines, -3 lines 4 comments Download
M src/platform.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/platform-cygwin.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/platform-freebsd.cc View 3 chunks +0 lines, -7 lines 0 comments Download
M src/platform-linux.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +0 lines, -20 lines 2 comments Download
M src/platform-openbsd.cc View 3 chunks +0 lines, -7 lines 0 comments Download
D src/platform-posix.h View 1 chunk +0 lines, -79 lines 2 comments Download
M src/platform-posix.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/platform-solaris.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
Hey Michael, This moves the DumpBacktrace() function to checks.cc, and cleans up the platform checks ...
7 years, 3 months ago (2013-09-23 09:54:45 UTC) #1
Michael Achenbach
https://codereview.chromium.org/23497009/diff/1/src/checks.cc File src/checks.cc (right): https://codereview.chromium.org/23497009/diff/1/src/checks.cc#newcode30 src/checks.cc:30: #if V8_LIBC_GLIBC || V8_OS_BSD Does that include !defined(__UCLIBC__)? https://codereview.chromium.org/23497009/diff/1/src/checks.cc#newcode84 ...
7 years, 3 months ago (2013-09-23 11:12:50 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/23497009/diff/1/src/checks.cc File src/checks.cc (right): https://codereview.chromium.org/23497009/diff/1/src/checks.cc#newcode30 src/checks.cc:30: #if V8_LIBC_GLIBC || V8_OS_BSD On 2013/09/23 11:12:50, machenbach wrote: ...
7 years, 3 months ago (2013-09-23 11:26:40 UTC) #3
Michael Achenbach
lgtm then...
7 years, 3 months ago (2013-09-23 12:13:27 UTC) #4
Benedikt Meurer
7 years, 3 months ago (2013-09-23 14:12:13 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r16890 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698