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
81f3e60f
Commit
81f3e60f
authored
Dec 13, 2018
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about abort and ZCX runtime.
Part of RC12-001 From-SVN: r267079
parent
26b57b93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
+6
-6
No files found.
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
View file @
81f3e60f
...
...
@@ -49,15 +49,15 @@ For exception handling, either or both of two models are supplied:
Most
programs
should
experience
a
substantial
speed
improvement
by
being
compiled
with
a
ZCX
run
-
time
.
This
is
especially
true
for
tasking
applications
or
applications
with
many
exception
handlers
.}
tasking
applications
or
applications
with
many
exception
handlers
.
Note
however
that
the
ZCX
run
-
time
does
not
support
asynchronous
abort
of
tasks
(``
abort
``
and
``
select
-
then
-
abort
``
constructs
)
and
will
instead
implement
abort
by
polling
points
in
the
runtime
.
You
can
also
add
additional
polling
points
explicitly
if
needed
in
your
application
via
``
pragma
Abort_Defer
``.
This
section
summarizes
which
combinations
of
threads
and
exception
support
are
supplied
on
various
GNAT
platforms
.
It
then
shows
how
to
select
a
particular
library
either
permanently
or
temporarily
,
explains
the
properties
of
(
and
tradeoffs
among
)
the
various
threads
libraries
,
and
provides
some
additional
information
about
several
specific
platforms
.
..
_Summary_of_Run
-
Time_Configurations
:
...
...
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