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
807d5e6f
Commit
807d5e6f
authored
May 26, 2009
by
Hariharan Sandanagobalane
Committed by
Hariharan Sandanagobalane
May 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
From-SVN: r147862
parent
f6b855df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/config/picochip/picochip.c
+0
-3
No files found.
gcc/ChangeLog
View file @
807d5e6f
2009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
2009-05-25 Jan Hubicka <jh@suse.cz>
2009-05-25 Jan Hubicka <jh@suse.cz>
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.
...
...
gcc/config/picochip/picochip.c
View file @
807d5e6f
...
@@ -315,9 +315,6 @@ picochip_override_options (void)
...
@@ -315,9 +315,6 @@ picochip_override_options (void)
PARAM_VALUE
(
PARAM_LARGE_STACK_FRAME
)
=
0
;
PARAM_VALUE
(
PARAM_LARGE_STACK_FRAME
)
=
0
;
PARAM_VALUE
(
PARAM_STACK_FRAME_GROWTH
)
=
0
;
PARAM_VALUE
(
PARAM_STACK_FRAME_GROWTH
)
=
0
;
}
}
/* The function call overhead on picochip is not very high. Let the
inliner know so its heuristics become more reasonable. */
PARAM_VALUE
(
PARAM_INLINE_CALL_COST
)
=
2
;
/* Turn off the elimination of unused types. The elaborator
/* Turn off the elimination of unused types. The elaborator
generates various interesting types to represent constants,
generates various interesting types to represent constants,
...
...
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