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
fb489f55
Commit
fb489f55
authored
Aug 23, 2012
by
Mingjie Xing
Committed by
Mingjie Xing
Aug 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in gty.texi.
From-SVN: r190617
parent
3f6de40f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/gty.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
fb489f55
2012-08-23 Mingjie Xing <mingjie.xing@gmail.com>
* doc/gty.texi: Fix typo.
2012-08-23 Richard Guenther <rguenther@suse.de>
* tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.
...
...
gcc/doc/gty.texi
View file @
fb489f55
...
...
@@ -666,7 +666,7 @@ The GCC build tree is needed to be present in that mode.
The
GCC
garbage
collector
GGC
is
only
invoked
explicitly
.
In
contrast
with
many
other
garbage
collectors
,
it
is
not
implicitly
invoked
by
allocation
routines
when
a
lot
of
memory
has
been
consumed
.
So
the
only
way
to
have
GGC
reclaim
storage
i
t
to
call
the
@code
{
ggc_collect
}
only
way
to
have
GGC
reclaim
storage
i
s
to
call
the
@code
{
ggc_collect
}
function
explicitly
.
This
call
is
an
expensive
operation
,
as
it
may
have
to
scan
the
entire
heap
.
Beware
that
local
variables
(
on
the
GCC
call
stack
)
are
not
followed
by
such
an
invocation
(
as
many
other
...
...
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