Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
448af20a
Commit
448af20a
authored
Oct 30, 2018
by
Jan Hubicka
Committed by
Jan Hubicka
Oct 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* params.def (lto-partitions): Bump from 32 to 128.
From-SVN: r265647
parent
b5ff4f5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/params.def
+1
-1
No files found.
gcc/ChangeLog
View file @
448af20a
2018-10-30 Jan Hubicka <jh@suse.cz>
* params.def (lto-partitions): Bump from 32 to 128.
2018-10-30 Jan Hubicka <jh@suse.cz>
* tree.c
(free_lang_data_d, add_tree_to_fld_list, fld_worklist_push): Move
head in file.
gcc/params.def
View file @
448af20a
...
...
@@ -1103,7 +1103,7 @@ DEFPARAM (PARAM_IPA_MAX_AA_STEPS,
DEFPARAM (PARAM_LTO_PARTITIONS,
"lto-partitions",
"Number of partitions the program should be split to.",
32
, 1, 0)
128
, 1, 0)
DEFPARAM (MIN_PARTITION_SIZE,
"lto-min-partition",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment