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

Issue 2006213002: [gn] Fix setting v8_target_arch default (Closed)

Created:
4 years, 7 months ago by Michael Achenbach
Modified:
4 years, 7 months ago
Reviewers:
Dirk Pranke, vogelheim
CC:
v8-reviews_googlegroups.com, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[gn] Fix setting v8_target_arch default This moves setting the v8_target_arch default to the shared v8.gni, so that it's available in build_overrides for stand-alone mode. BUG=chromium:605732, chromium:474921 NOTRY=true Committed: https://crrev.com/52c4010ff79707fe76129a73f3930886ff2049b9 Cr-Commit-Position: refs/heads/master@{#36465}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -11 lines) Patch
M BUILD.gn View 1 chunk +0 lines, -11 lines 0 comments Download
M gni/v8.gni View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Michael Achenbach
PTAL
4 years, 7 months ago (2016-05-24 09:58:48 UTC) #4
vogelheim
lgtm
4 years, 7 months ago (2016-05-24 10:03:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006213002/1
4 years, 7 months ago (2016-05-24 10:38:21 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-24 10:40:05 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/52c4010ff79707fe76129a73f3930886ff2049b9 Cr-Commit-Position: refs/heads/master@{#36465}
4 years, 7 months ago (2016-05-24 10:44:59 UTC) #11
Dirk Pranke
So, if I understand the effects of these two CLs correctly, you've moved v8_target_arch to ...
4 years, 7 months ago (2016-05-24 18:49:05 UTC) #12
Michael Achenbach
On 2016/05/24 18:49:05, Dirk Pranke wrote: > So, if I understand the effects of these ...
4 years, 7 months ago (2016-05-24 19:09:05 UTC) #13
Dirk Pranke
4 years, 7 months ago (2016-05-24 19:40:51 UTC) #14
Message was sent while issue was closed.
On 2016/05/24 19:09:05, Michael Achenbach (slow) wrote:
> On 2016/05/24 18:49:05, Dirk Pranke wrote:
> > Also, on a tangential note, what is "x87" supposed to indicate as an
> > architecture as opposed to "ia32" ?
> 
> I'm not an expert. It's basically ia32 with a different floating point
> instruction set. More in the internet: https://en.wikipedia.org/wiki/X87

My understanding is that the x87 instructions have been part of the core x86 
instruction set since pre-Pentium days, and so not actually different from
"ia32",
so I'm puzzled by why you'd have them separate in v8 ... Looks like the x87
code is largely being maintained by someone from Intel, so who knows ...

Powered by Google App Engine
This is Rietveld 408576698