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

Issue 5968004: Fix Solaris build

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

Description

Fix Solaris build

Patch Set 1 #

Patch Set 2 : visibility=default is needed with solaris too #

Total comments: 2

Patch Set 3 : Use platform.h instead of stdarg.h #

Total comments: 2

Patch Set 4 : Remove BitCast change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -11 lines) Patch
M SConstruct View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 3 chunks +38 lines, -11 lines 0 comments Download
M src/v8utils.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ry
10 years ago (2010-12-21 19:46:06 UTC) #1
Erik Corry
http://codereview.chromium.org/5968004/diff/3001/src/v8utils.h File src/v8utils.h (right): http://codereview.chromium.org/5968004/diff/3001/src/v8utils.h#newcode32 src/v8utils.h:32: #include <stdarg.h> We don't like to include system headers ...
10 years ago (2010-12-22 09:52:37 UTC) #2
ry
http://codereview.chromium.org/5968004/diff/3001/src/v8utils.h File src/v8utils.h (right): http://codereview.chromium.org/5968004/diff/3001/src/v8utils.h#newcode32 src/v8utils.h:32: #include <stdarg.h> On 2010/12/22 09:52:37, Erik Corry wrote: > ...
10 years ago (2010-12-22 19:36:54 UTC) #3
Erik Corry
http://codereview.chromium.org/5968004/diff/5/src/utils.h File src/utils.h (right): http://codereview.chromium.org/5968004/diff/5/src/utils.h#newcode757 src/utils.h:757: inline Dest BitCast(Source*& source) { Why is this needed?
9 years, 11 months ago (2011-01-05 12:23:13 UTC) #4
ry
http://codereview.chromium.org/5968004/diff/5/src/utils.h File src/utils.h (right): http://codereview.chromium.org/5968004/diff/5/src/utils.h#newcode757 src/utils.h:757: inline Dest BitCast(Source*& source) { On 2011/01/05 12:23:13, Erik ...
9 years, 11 months ago (2011-01-05 18:34:54 UTC) #5
ry
Eric, this could be merged without the BitCast change - it's not really related to ...
9 years, 11 months ago (2011-01-06 19:08:20 UTC) #6
ry
I removed the BitCast change. Vyacheslav's patch (https://groups.google.com/d/msg/v8-dev/jOv1yvVfQyk/eKN_4mgArOUJ) fixed that issue for me.
9 years, 11 months ago (2011-01-10 22:14:49 UTC) #7
Erik Corry
9 years, 11 months ago (2011-01-11 11:44:58 UTC) #8
Committed as 6259.  Sorry about the delays on this one.

Powered by Google App Engine
This is Rietveld 408576698