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
639498a8
Commit
639498a8
authored
Nov 19, 2012
by
Aldy Hernandez
Committed by
Aldy Hernandez
Nov 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans-mem.c (execute_tm_mark): Release bb_regions.
From-SVN: r193637
parent
207585a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/trans-mem.c
+2
-0
No files found.
gcc/ChangeLog
View file @
639498a8
2012
-
11
-
19
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
*
trans
-
mem
.
c
(
execute_tm_mark
)
:
Release
bb_regions
.
2012
-
11
-
19
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
*
trans
-
mem
(
collect_bb2reg
)
:
Stop
scanning
at
irrevocable
blocks
.
(
get_bb_regions_instrumented
)
:
Add
new
traverse_clone
argument
and
use
it
.
gcc/trans-mem.c
View file @
639498a8
...
...
@@ -2840,6 +2840,8 @@ execute_tm_mark (void)
if
(
r
!=
NULL
)
expand_block_tm
(
r
,
BASIC_BLOCK
(
i
));
bb_regions
.
release
();
// Propagate flags from inner transactions outwards.
propagate_tm_flags_out
(
all_tm_regions
);
...
...
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