Skip to content

travis: Use -O3 option #5599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2018
Merged

travis: Use -O3 option #5599

merged 1 commit into from
Feb 10, 2018

Conversation

methane
Copy link
Member

@methane methane commented Feb 9, 2018

We don't use debugger on Travis.

We don't use debugger on Travis.
@methane
Copy link
Member Author

methane commented Feb 9, 2018

clang test is faster (about 18min -> 11min).
But no change on gcc+coverage test. It's surprising to me.

@JulienPalard
Copy link
Member

But no change on gcc+coverage test. It's surprising to me.

As travis has a cache and you did not changed any C file, make had nothing to do so it make sense the time didn't changed.

@methane methane merged commit 8ff5356 into python:master Feb 10, 2018
@methane methane deleted the travis-o3 branch February 10, 2018 11:35
@miss-islington
Copy link
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @methane, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8ff53564730f7ba503f5ad94418c309c48e8516d 3.6

@miss-islington
Copy link
Contributor

Sorry, @methane, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8ff53564730f7ba503f5ad94418c309c48e8516d 2.7

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 10, 2018
We don't use debugger on Travis.
(cherry picked from commit 8ff5356)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
@bedevere-bot
Copy link

GH-5607 is a backport of this pull request to the 3.7 branch.

methane added a commit that referenced this pull request Feb 10, 2018
We don't use debugger on Travis.
(cherry picked from commit 8ff5356)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
@serhiy-storchaka
Copy link
Member

Do you mind to create backports to 3.6 and 2.7 @methane?

@methane
Copy link
Member Author

methane commented Apr 22, 2018 via email

methane added a commit to methane/cpython that referenced this pull request Apr 24, 2018
We don't use debugger on Travis..
(cherry picked from commit 8ff5356)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
methane added a commit to methane/cpython that referenced this pull request Apr 24, 2018
We don't use debugger on Travis..
(cherry picked from commit 8ff5356)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
@bedevere-bot
Copy link

GH-6590 is a backport of this pull request to the 3.6 branch.

@bedevere-bot
Copy link

GH-6591 is a backport of this pull request to the 2.7 branch.

methane added a commit that referenced this pull request Apr 25, 2018
We don't use debugger on Travis..
(cherry picked from commit 8ff5356)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
methane added a commit that referenced this pull request Apr 25, 2018
We don't use debugger on Travis.
(cherry picked from commit 8ff5356)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants