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
ab8cc6ab
Commit
ab8cc6ab
authored
26 years ago
by
Richard Henderson
Committed by
Richard Henderson
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.h (PREFERRED_STACK_BOUNDARY): Set to 128.
From-SVN: r25973
parent
925a60f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+4
-3
No files found.
gcc/ChangeLog
View file @
ab8cc6ab
Thu
Mar
25
10
:
05
:
56
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
i386
.
h
(
PREFERRED_STACK_BOUNDARY
)
:
Set
to
128
.
1999
-
03
-
25
Philip
Blundell
<
pb
@nexus
.
co
.
uk
>
Based
on
patch
from
Jim
Studt
<
jim
@federated
.
com
>:
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/i386.h
View file @
ab8cc6ab
...
...
@@ -410,9 +410,10 @@ extern int ix86_arch;
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY 32
/* We want to keep the stack aligned to 64bits when possible. But the
compiler can not rely on the stack having this alignment.*/
#define PREFERRED_STACK_BOUNDARY 64
/* We want to keep the stack aligned to 128 bits when possible, for the
benefit of doubles and SSE __m128. But the compiler can not rely on
the stack having this alignment.*/
#define PREFERRED_STACK_BOUNDARY 128
/* Allocation boundary (in *bits*) for the code of a function.
For i486, we get better performance by aligning to a cache
...
...
This diff is collapsed.
Click to expand it.
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