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

Issue 431047: initial v8 openbsd support (Closed)

Created:
11 years ago by pvalchev
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

initial v8 openbsd support

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+615 lines, -3 lines) Patch
M src/dtoa-config.c View 2 chunks +5 lines, -3 lines 0 comments Download
A src/platform-openbsd.cc View 1 1 chunk +597 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +11 lines, -0 lines 0 comments Download
M tools/utils.py View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
pvalchev
seems to work from a few basic tests
11 years ago (2009-11-25 02:55:05 UTC) #1
Mikhail Naganov
On 2009/11/25 02:55:05, pvalchev wrote: > seems to work from a few basic tests Out ...
11 years ago (2009-11-25 09:26:42 UTC) #2
Søren Thygesen Gjesse
On 2009/11/25 09:26:42, Mikhail Naganov wrote: > On 2009/11/25 02:55:05, pvalchev wrote: > > seems ...
11 years ago (2009-11-25 16:31:25 UTC) #3
pvalchev
On 2009/11/25 09:26:42, Mikhail Naganov wrote: > On 2009/11/25 02:55:05, pvalchev wrote: > > seems ...
11 years ago (2009-11-25 17:48:37 UTC) #4
pvalchev
On 2009/11/25 16:31:25, Søren Gjesse wrote: > On 2009/11/25 09:26:42, Mikhail Naganov wrote: > > ...
11 years ago (2009-11-25 17:49:26 UTC) #5
Erik Corry
http://codereview.chromium.org/431047/diff/1/4 File src/platform-openbsd.cc (right): http://codereview.chromium.org/431047/diff/1/4#newcode269 src/platform-openbsd.cc:269: /* Please don't leave commented code in the source. ...
11 years ago (2009-11-25 21:06:54 UTC) #6
Mikhail Naganov
On 2009/11/25 17:48:37, pvalchev wrote: > On 2009/11/25 09:26:42, Mikhail Naganov wrote: > > On ...
11 years ago (2009-11-25 22:21:23 UTC) #7
Evan Martin
On 2009/11/25 22:21:23, Mikhail Naganov wrote: > Can you please point out more concretely what ...
11 years ago (2009-11-25 22:24:20 UTC) #8
Mikhail Naganov
On 2009/11/25 22:24:20, Evan Martin wrote: > On 2009/11/25 22:21:23, Mikhail Naganov wrote: > > ...
11 years ago (2009-11-26 11:10:38 UTC) #9
Søren Thygesen Gjesse
LGTM Please change the svn:eol-style to native. http://codereview.chromium.org/431047/diff/1/4 File src/platform-openbsd.cc (right): http://codereview.chromium.org/431047/diff/1/4#newcode142 src/platform-openbsd.cc:142: // TODO(1240712): ...
11 years ago (2009-11-26 11:37:38 UTC) #10
pvalchev
http://codereview.chromium.org/431047/diff/1/4 File src/platform-openbsd.cc (right): http://codereview.chromium.org/431047/diff/1/4#newcode142 src/platform-openbsd.cc:142: // TODO(1240712): munmap has a return value which is ...
11 years ago (2009-12-01 22:08:22 UTC) #11
Søren Thygesen Gjesse
11 years ago (2009-12-02 13:44:41 UTC) #12
On 2009/12/01 22:08:22, pvalchev wrote:
> http://codereview.chromium.org/431047/diff/1/4
> File src/platform-openbsd.cc (right):
> 
> http://codereview.chromium.org/431047/diff/1/4#newcode142
> src/platform-openbsd.cc:142: // TODO(1240712): munmap has a return value which
> is ignored here.
> On 2009/11/26 11:37:38, Søren Gjesse wrote:
> > Please remove this TODO or create a new bug in
> > http://code.google.com/p/v8/issues/list and change the TODO to refer to this
> new
> > bug.
> 
> Fixed (there's an ASSERT that it returns 0 which is success, that should be
> sufficient as there's nothing else that can be really done if it fails, it's a
> void free function)
> 
> http://codereview.chromium.org/431047/diff/1/4#newcode269
> src/platform-openbsd.cc:269: /*
> On 2009/11/25 21:06:54, Erik Corry wrote:
> > Please don't leave commented code in the source.
> 
> Done.
> 
> http://codereview.chromium.org/431047/diff/1/4#newcode557
> src/platform-openbsd.cc:557: if (active_sampler_->IsProfiling()) {
> On 2009/11/25 21:06:54, Erik Corry wrote:
> > And here
> 
> Done.

Landed as bleeding_edge@3398 through http://codereview.chromium.org/465002.

Powered by Google App Engine
This is Rietveld 408576698