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
af7387ca
Commit
af7387ca
authored
May 29, 2003
by
Roger Sayle
Committed by
Roger Sayle
May 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
From-SVN: r67232
parent
ac850948
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+4
-0
gcc/mips-tfile.c
+2
-5
No files found.
gcc/ChangeLog
View file @
af7387ca
2003-05-29 Roger Sayle <roger@eyesopen.com>
* mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
2003-05-29 Roger Sayle <roger@eyesopen.com>
Kaveh Ghazi <ghazi@caip.rutgers.edu>
PR bootstrap/10169
...
...
gcc/mips-tfile.c
View file @
af7387ca
...
...
@@ -898,13 +898,10 @@ enum alloc_type {
pages. On systems with a BSD malloc that define USE_MALLOC, the
MAX_CLUSTER_PAGES should be 1 less than a power of two, since malloc
adds its overhead, and rounds up to the next power of 2. Pages are
linked together via a linked list.
If PAGE_SIZE is > 4096, the string length in the shash_t structure
can't be represented (assuming there are strings > 4096 bytes). */
linked together via a linked list. */
#ifndef PAGE_SIZE
#define PAGE_SIZE
4096
/* size of varray pages */
#define PAGE_SIZE
32768
/* size of varray pages */
#endif
#define PAGE_USIZE ((Size_t) PAGE_SIZE)
...
...
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