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

Issue 2867042: Pull new PPAPI to fix the 64-bit Linux build. (Closed)

Created:
10 years, 5 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
awong
CC:
chromium-reviews
Visibility:
Public.

Description

Pull new PPAPI to fix the 64-bit Linux build. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51490

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
TBR. Please be sure you can roll deps when you check into PPAPI.
10 years, 5 months ago (2010-07-02 04:04:54 UTC) #1
awong
LGTM Thanks for fixing this. I actually did test 64-bit linux compilation locally. For some ...
10 years, 5 months ago (2010-07-02 16:51:10 UTC) #2
brettw
On Fri, Jul 2, 2010 at 9:50 AM, Albert J. Wong (王重傑) <ajwong@chromium.org> wrote: > ...
10 years, 5 months ago (2010-07-02 16:55:22 UTC) #3
awong
10 years, 5 months ago (2010-07-02 17:00:28 UTC) #4
On Fri, Jul 2, 2010 at 9:55 AM, Brett Wilson <brettw@chromium.org> wrote:

> On Fri, Jul 2, 2010 at 9:50 AM, Albert J. Wong (王重傑)
> <ajwong@chromium.org> wrote:
> > LGTM
> > Thanks for fixing this.  I actually did test 64-bit linux compilation
> > locally.  For some reason, this is links w/o -fPIC on my box even though
> it
> > shouldn't.  Just reverified that it still links.  Strange.
> > On Thu, Jul 1, 2010 at 9:04 PM, <brettw@chromium.org> wrote:
>
> This only happens in release mode for some reason. I had the same
> experience.
>

Gotcha.  I just did a quick test.  It seems that we happen to be getting
"lucky" in that  with optimizations disabled (-O0), the generated code
happens to be relocatable. However, if you crank up optimizations, say to
-O2, we start getting textrels so the link stage fails.

Thanks again for cleaning up after me!

-Albert

Powered by Google App Engine
This is Rietveld 408576698