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

Issue 2092007: Build on Solaris systems without glibc compatibility

Created:
10 years, 7 months ago by ry
Modified:
10 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Build on Solaris systems without glibc compatibility - Some systems don't have signbit() defined - backtrace() is a GNUism; use the Solaris variant, walkstack().

Patch Set 1 #

Total comments: 23

Patch Set 2 : Add comment about negative NaN" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -20 lines) Patch
M src/platform.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 1 3 chunks +63 lines, -20 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ry
Hi Erik, Here are a few more changes to the Solaris port. Can you please ...
10 years, 7 months ago (2010-05-14 23:56:09 UTC) #1
Erik Corry
http://codereview.chromium.org/2092007/diff/1/2 File src/platform-solaris.cc (right): http://codereview.chromium.org/2092007/diff/1/2#newcode65 src/platform-solaris.cc:65: return x < 0; This will return 0 for ...
10 years, 7 months ago (2010-05-15 20:00:02 UTC) #2
ry
Hi Erik, I think I've addressed all your comments in patch set 2. ry http://codereview.chromium.org/2092007/diff/1/2 ...
10 years, 7 months ago (2010-05-17 20:42:14 UTC) #3
Erik Corry
10 years, 7 months ago (2010-05-19 07:36:51 UTC) #4
Committed to bleeding edge as 4677.

Powered by Google App Engine
This is Rietveld 408576698