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

Issue 719523003: Only use posix_memalign on Solaris if it's available (Closed)

Created:
6 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
6 years ago
Reviewers:
Sven Panne
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Only use posix_memalign on Solaris if it's available R=svenpanne@chromium.org LOG=n BUG=v8:3357

Patch Set 1 #

Total comments: 1

Patch Set 2 : updates #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/allocation.cc View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 5 (0 generated)
jochen (gone - plz use gerrit)
6 years, 1 month ago (2014-11-12 12:18:31 UTC) #1
Sven Panne
https://codereview.chromium.org/719523003/diff/1/src/allocation.cc File src/allocation.cc (right): https://codereview.chromium.org/719523003/diff/1/src/allocation.cc#newcode92 src/allocation.cc:92: #elif V8_LIBC_BIONIC || (V8_OS_SOLARIS && !defined(HAS_POSIX_MEMALIGN)) Hmmm, where does ...
6 years, 1 month ago (2014-11-12 12:33:55 UTC) #2
jochen (gone - plz use gerrit)
On 2014/11/12 at 12:33:55, svenpanne wrote: > https://codereview.chromium.org/719523003/diff/1/src/allocation.cc > File src/allocation.cc (right): > > https://codereview.chromium.org/719523003/diff/1/src/allocation.cc#newcode92 ...
6 years, 1 month ago (2014-11-12 14:47:30 UTC) #3
Sven Panne
https://codereview.chromium.org/719523003/diff/20001/src/allocation.cc File src/allocation.cc (right): https://codereview.chromium.org/719523003/diff/20001/src/allocation.cc#newcode92 src/allocation.cc:92: #elif V8_LIBC_BIONIC || V8_OS_SOLARIS Hmmm, this still doesn't look ...
6 years, 1 month ago (2014-11-12 15:51:49 UTC) #4
jochen (gone - plz use gerrit)
6 years ago (2014-12-03 09:00:39 UTC) #5
i'll drop this... somebody with access to solaris should do this

Powered by Google App Engine
This is Rietveld 408576698