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
3898bf50
Commit
3898bf50
authored
Aug 16, 2008
by
Andy Hutchinson
Committed by
Andy Hutchinson
Aug 16, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/avr.c (avr_override_options): Reduce value of PARAM_INLINE_CALL_COST.
From-SVN: r139151
parent
dd609cc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+5
-0
gcc/config/avr/avr.c
+4
-0
No files found.
gcc/ChangeLog
View file @
3898bf50
2008
-
08
-
16
Andy
Hutchinson
<
hutchinsonandy
@aim
.
com
>
*
config
/
avr
/
avr
.
c
(
avr_override_options
)
:
Reduce
value
of
PARAM_INLINE_CALL_COST
.
2008
-
08
-
15
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
*
expr
.
c
(
expand_expr_real_1
)
<
VIEW_CONVERT_EXPR
>:
When
converting
...
...
gcc/config/avr/avr.c
View file @
3898bf50
...
...
@@ -43,6 +43,7 @@
#include "tm_p.h"
#include "target.h"
#include "target-def.h"
#include "params.h"
#include "df.h"
/* Maximal allowed offset for an address in the LD command */
...
...
@@ -348,6 +349,9 @@ avr_override_options (void)
flag_delete_null_pointer_checks
=
0
;
if
(
!
PARAM_SET_P
(
PARAM_INLINE_CALL_COST
))
set_param_value
(
"inline-call-cost"
,
5
);
for
(
t
=
avr_mcu_types
;
t
->
name
;
t
++
)
if
(
strcmp
(
t
->
name
,
avr_mcu_name
)
==
0
)
break
;
...
...
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