Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
peephole
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Taddeüs Kroes
peephole
Commits
ceb2f51c
Commit
ceb2f51c
authored
13 years ago
by
Jayke Meijer
Browse files
Options
Downloads
Patches
Plain Diff
Fixed merge conflict.
parent
140259b0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
report/report.tex
+1
-1
1 addition, 1 deletion
report/report.tex
src/optimize/__init__.py
+1
-3
1 addition, 3 deletions
src/optimize/__init__.py
with
2 additions
and
4 deletions
report/report.tex
+
1
−
1
View file @
ceb2f51c
...
...
@@ -303,7 +303,7 @@ Benchmark & Original & Optimized & Original & Optimized & Performance \\
pi
&
94
&
&
1714468
&
&
\\
acron
&
361
&
&
4435687
&
&
\\
dhrystone
&
752
&
&
2887710
&
&
\\
whet
&
935
&
&
&
&
\\
whet
&
935
&
&
2864526
&
&
\\
slalom
&
4177
&
&
2879140
&
&
\\
clinpack
&
3523
&
&
&
&
\\
\hline
...
...
This diff is collapsed.
Click to expand it.
src/optimize/__init__.py
+
1
−
3
View file @
ceb2f51c
...
...
@@ -15,14 +15,12 @@ def optimize(program, verbose=0):
iterations
=
0
while
changed
:
<<<<<<<
HEAD
iterations
+=
1
if
verbose
>
1
:
print
'
main iteration %d
'
,
iterations
=======
>>>>>>>
98
c43ff02c474a62e42ac89ba9fe20be98f9eccd
changed
=
False
# Optimize on a global level
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment