-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubs.html
522 lines (507 loc) · 18.3 KB
/
pubs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html>
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 for Apple macOS version 5.6.0">
<meta charset="iso-8859-1">
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1">
<title>Publications</title>
<meta name="description"
content=
"Homepage of Prof Bernhard Scholz. <br> The University of Sydney.">
<link rel="stylesheet"
href="/css/main.css">
<link rel="canonical"
href="http://b-scholz.github.io/pubs.html">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68116779-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title"
href="/">Bernhard Scholz</a>
<nav class="site-nav">
<a href="#"
class="menu-icon"><svg viewbox="0 0 18 15">
<path fill="#424242"
d=
"M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z">
</path>
<path fill="#424242"
d=
"M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z">
</path>
<path fill="#424242"
d=
"M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z">
</path></svg></a>
<div class="trigger">
<a class="page-link"
href="/research.html">Research</a> <a class="page-link"
href="/resume.html">Resume</a> <a class="page-link"
href="/teaching.html">Teaching</a> <a class="page-link"
href="/pubs.html">Publications</a> <a class="page-link"
href="/software.html">Software</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
<header class="post-header">
<h1 class="post-title"><a href="/pubs.pdf">Publications (PDF)</a></h1>
</header>
<h3> Books</h3>
<table cellspacing="10">
<tbody>
<tr>
<td valign="top"> <font color="#ff0000"><a name="B01"></a>[B01]</font><br>
</td>
<td valign="top"> <b><a
href="http://www.springer.de/cgi/svcat/search_book.pl?isbn=3-540-01185-4">Advanced
Symbolic Analysis for Compilers</a></b>.<br>
T. <a href="http://www.par.univie.ac.at/%7Etf">Fahringer</a> and <font
color="#009900">B. Scholz</font>.<br>
<i>State-of-the-Art Survey, <br>
Lecture Notes in Computer Science (LNCS),<br>
</i>Vol. 2628<i>, Springer Press,</i> 2003.<br>
</td>
<td> <a
href="http://www.springer.de/cgi/svcat/search_book.pl?isbn=3-540-01185-4"><img
border="0" src="book01.gif"> </a></td>
</tr>
<tr>
</tr>
</tbody>
</table>
<h3> Journals</h3>
<table cellspacing="10">
<tbody>
<tr>
<td style="vertical-align: top;"><font color="#ff0000">[J04]</font></td>
<td style="vertical-align: top;"><b>Predicated Partial Redundancy
Elimination with Cost Analysis</b>.<br>
<font color="#009900"> B. Scholz</font>, E. <a
href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a>, and N. <a
href="http://www.cs.uvic.ca/%7Enigelh">Horspool</a>.<br>
<span style="font-style: italic;">Parallel Processing Letters </span><i
style="font-style: italic;">(Ed. H. Kosch)</i><span
style="font-style: italic;">, World Scientific</span>,<br>
Vol. 13(4), pp. ??-??, 2003.<br>
[<a
href="publications/ppl03.pdf">pdf</a>]</td>
</tr>
<tr>
<td valign="top"><font color="#ff0000">[J03]</font><br>
</td>
<td> <b>Development and Performance Analysis of Real-World
Applications for Distributed and Parallel Architectures. </b> <br>
T. <a href="http://www.par.univie.ac.at/%7Etf">Fahringer</a>, P.
Blaha, A. Hössinger, J. Luitz, E. <a
href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a>, H.
Moritsch, and <font color="#009900">B. Scholz</font>.<br>
<i>Concurrency: Practice and Experience (Ed. Geoffrey Fox), John
Wiley & Sons Press</i>, <br>
Vol. 13(10), pp. 841-868, 2001.<br>
[<a
href="publications/cpe01.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><font color="#ff0000">[J02]</font><br>
</td>
<td> <b>Symbolic Cache Analysis for Real-Time Systems.</b><br>
J. <a href="http://www.auto.tuwien.ac.at/%7Eblieb">Blieberger</a>, T.<a
href="http://www.par.univie.ac.at/%7Etf">Fahringer</a>, and <font
color="#009900">B. Scholz</font>.<br>
<i>Real-Time Systems</i>,<i> Special Issue on Worst-Case Execution
Time Analysis, Kluwer Press</i>, <br>
Vol. 18(2/3), pp. 181-215, 2000.<br>
[<a
href="publications/rts00.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><font color="#ff0000">[J01]</font><br>
</td>
<td> <b>A Unified Symbolic Evaluation Framework for Parallelizing
Compilers.</b><br>
T. <a href="http://www.par.univie.ac.at/%7Etf">Fahringer</a> and <font
color="#009900">B. Scholz</font>.<br>
<i>IEEE Transactions on Parallel and Distributed Systems (TPDS)</i>,<i>
IEEE Press</i>, <br>
Vol. 11(11), <span class="pagenum"><a>p</a>p. 1105-1125</span>, 2000.<br>
[<a
href="publications/tpds00.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<h3> Refereed Articles</h3>
<table cellspacing="10">
<tbody>
<tr>
</tr>
<tr>
<td valign="top"><font color="#ff0000">[A18]</font><br>
</td>
<td valign="top"><b>Code Instruction Selection based on
SSA-Graphs.</b><br>
E. Eckstein, O. König, and <font color="#009900">B. Scholz</font>.<br>
In <i>Proc. of International Workshop on Software and Compilers for
Embedded Systems (SCOPES'03)</i>,<br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 2826, pp.
49-65, <i>Springer Press</i>,<br>
Vienna, Austria, September 2003.<br>
<span style="font-style: italic;">(best paper award)</span>.<br>
[<a
href="publications/scopes03.pdf">pdf</a>]</td>
</tr>
<tr>
<td valign="top"><font color="#ff0000"> <a name="A17"></a>[A17]</font><br>
</td>
<td> <b>Partial Redundancy Elimination with Predication Techniques</b>.<br>
<font color="#009900"> B. Scholz</font>, E. <a
href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a>, and N. <a
href="http://www.cs.uvic.ca/%7Enigelh">Horspool</a>.<br>
In <i>Proc. of International Conference on Parallel and Distributed
Computing (EuroPar'03)</i>,<br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 2790, pp.
242-250, <i>Springer Press</i>,<br>
Klagenfurt, Austria, August 2003.<br>
[<a
href="publications/europar03.pdf">pdf</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A16"></a><font color="#ff0000">[A16]</font><br>
</td>
<td> <b>Graph Coloring vs. Optimal Register Allocation for
Optimizing Compilers</b>.<br>
U. <a href="http://www.complang.tuwien.ac.at/uli">Hirnschrott</a>, A. <a
href="http://www.complang.tuwien.ac.at/andi">Krall</a>, and <font
color="#009900">B. Scholz</font>. <br>
In <i>Proc. of the Joint Modular Languages Conference (JMLC'03)</i>,<br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 2789, pp.
202-213, <i>Springer Press</i>,<br>
Klagenfurt, Austria, August 2003.<br>
[<a
href="publications/jmlc03.pdf">pdf</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A15"></a><font color="#ff0000">[A15]</font><br>
</td>
<td> <b> Busy Wait Analysis</b>.<br>
J. <a href="http://www.auto.tuwien.ac.at/%7Eblieb">Blieberger</a>, B.
Burgstaller, and <font color="#009900">B. Scholz</font>. <br>
In <i>Proc. of the Ada-Europe International Conference on Reliable
Software Technologies (ADA'03)</i>,<br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 2655, pp.
142-152, <i>Springer Press</i>,<br>
Toulouse, France, June 2003.<br>
[<a
href="publications/ada03.pdf">pdf</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A14"></a><font color="#ff0000">[A14]</font><br>
</td>
<td> <b> Address Mode Selection.</b><br>
E. Eckstein and <font color="#009900">B. Scholz</font>.<br>
In <i>Proc. of International Symposium on Code Generation and
Optimization (CGO'03)</i>,<br>
pp. 337-346, <i>IEEE Press</i>, <br>
San Francisco, California, USA, March 2003.<br>
[<a
href="publications/cgo03.pdf">pdf</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A13"></a><font color="#ff0000">[A13]</font><br>
</td>
<td> <b> Register Liveness Analysis for Optimizing Binary
Translation.</b><br>
M. <a href="http://www.complang.tuwien.ac.at/schani">Probst</a>, A. <a
href="http://www.complang.tuwien.ac.at/andi">Krall</a>, and <font
color="#009900">B. Scholz</font>.<br>
In <i>Proc. of Working Conference on Reverse Engineering (WCRE'02)</i>,<br>
pp. 35-44, <i>IEEE Press</i>, <br>
Richmond, Virginia, USA, October/November 2002.<br>
[<a
href="publications/wcre02.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A12"></a><font color="#ff0000">[A12]</font><br>
</td>
<td> <b> Dataflow Frequency Analysis based on Whole Program Paths.</b><br>
<font color="#009900"> B. Scholz</font> and E. <a
href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a> <br>
In <i> Parallel Architectures and Compilation Techniques (PACT'02)</i>,<br>
pp. 95-103, <i> IEEE Press, </i><br>
Charlottesville, Virginia, USA, September 2002.<br>
[<a
href="publications/pact02.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A11"></a><font color="#ff0000">[A11]</font><br>
</td>
<td> <b>Register Allocation for Irregular Architectures.</b> <br>
<font color="#009900"> B. Scholz</font> and E. Eckstein.<br>
In <i> Proc. of Joint-Conference on Languages, Compilers, and Tools for
Embedded Systems and Software and Compilers for Embedded Systems
(LCTES/SCOPES'02)</i>,<br>
pp. 139-148, <i>ACM Press</i>, <br>
Berlin, Germany, June 2002.<br>
[<a
href="publications/lctes02.ps.gz">ps.gz</a>]</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A10"></a><font color="#ff0000">[A10]</font><br>
</td>
<td> <b>A Novel Probabilistic Data-Flow Framework.</b> <br>
E. <a href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a> and <font
color="#009900">B. Scholz</font>. <br>
In <i>Proc. of International Conference on Compiler Construction
(CC'01)</i>, <br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 2027, pp.
37-51, <i>Springer Press</i>, <br>
Genova, Italy, April 2001.<br>
[<a
href="publications/cc01.ps.gz">ps.gz</a>]</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A09"></a><font color="#ff0000">[A09]</font><br>
</td>
<td> <b>Probabilistic communication optimizations and
parallelization for distributed-memory systems.</b> <br>
E. <a href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a> and <font
color="#009900">B. Scholz</font>.<br>
In <i>Proc. of 9th Euromicro Workshop on Parallel and Distributed
Processing (PDP'01)</i>, <br>
pp. 186-192, <i>IEEE Press</i>,<br>
Mantova, Italy, February 2001.<br>
[<a
href="publications/pdp01.ps.gz">ps.gz</a>]</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A08"></a><font color="#ff0000">[A08]</font><br>
</td>
<td> <b>Probabilistic Procedure Cloning for High-Performance
Systems.</b> <br>
S. Benkner, E. <a href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a>,
and <font color="#009900">B. Scholz</font>.<br>
In <i>Proc. of 12th Symposium on Computer Architecture and High
Performance Computing (SBAC-PAD'2000)</i>, <br>
pp. 105-111, Sao Pedro, Brazil, October 2000.<br>
[<a
href="publications/spac-pad00.ps.gz">ps.gz</a>]</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A07"></a><font color="#ff0000">[A07]</font><br>
</td>
<td> <b>Execution-Driven Performance Analysis for Distributed and
Parallel Systems.</b> <br>
T. <a href="http://www.par.univie.ac.at/%7Etf">Fahringer</a>, <font
color="#009900">B. Scholz</font>, and X. Sun.<br>
In <i>Proc. of 2nd International ACM Sigmetrics Workshop on Software
and Performance (WOSP'2000)</i>, <br>
pp. 204-215,<i> ACM Press</i>, <br>
Ottawa, Canada, September 2000.<br>
[<a
href="publications/wosp00.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A06"></a><font color="#ff0000">[A06]</font><br>
</td>
<td> <b>Probabilistic Data Flow System with Two-Edge Profiling. </b> <br>
E. <a href="http://www.par.univie.ac.at/%7Emehofer">Mehofer</a> and <font
color="#009900">B. Scholz</font>. <br>
In<i> Proc. of Workshop on Dynamic and Adaptive Compilation and
Optimization (Dynamo'00)</i>, <br>
<i>ACM SIGPLAN Notices</i>, Vol. 35(7), pp. 65 - 72, <i>ACM Press</i>,<br>
Boston, Massachusetts, January 2000.<br>
[<a
href="publications/dynamo00.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A05"></a><font color="#ff0000">[A05]</font><br>
</td>
<td> <b>Symbolic Data Flow Analysis for Detecting Deadlocks in
Ada Tasking Programs. </b> <br>
J. <a href="http://www.auto.tuwien.ac.at/%7Eblieb">Blieberger</a>, B.
Burgstaller, and <font color="#009900">B. Scholz</font>. <br>
In <i>Proc. of the Ada-Europe International Conference on Reliable
Software Technologies</i> <i>(ADA'00)</i>, <br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 1845, pp.
136-145, <i>Springer Press</i>,<br>
Potsdam, Germany, June 2000. <br>
[<a
href="publications/ada00.pdf">pdf</a>]</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A04"></a><font color="#ff0000">[A04]</font><br>
</td>
<td> <b>Symbolic Pointer Analysis for Detecting Memory Leaks. </b> <br>
B. Scholz, J. <a href="http://www.auto.tuwien.ac.at/%7Eblieb">Blieberger</a>,
and T. <a href="http://www.par.univie.ac.at/%7Etf">Fahringer</a>. <br>
In <i>Proc. of the Workshop on Partial Evaluation and Semantics-Based
Program Manipulation (PEPM'00)</i>, <br>
pp. 104-113, <i>ACM Press</i>,<br>
Boston, MA, USA, January 2000.<br>
[<a
href="publications/pepm00.pdf">pdf</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A03"></a><font color="#ff0000">[A03]</font><br>
</td>
<td> <b>Parallelization of a Monte-Carlo Ion Implementation
Simulator for Three-Dimensional Crystalline Structures.</b> <br>
A. Hössinger, M. Radi, <font color="#009900">B. Scholz</font>, T. <a
href="http://www.par.univie.ac.at/%7Etf">Fahringer</a>, E. Langer, and
S. Selberherr. <br>
In <i>Proc. of International Conference on Simulation of Semiconductor
Processes and Devices(SISPAD'99)</i>,<br>
pp. 103-106<i>, Springer Press</i>, <br>
Tokyo, Japan, September 1999.<br>
[<a
href="publications/sispad99.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A02"></a><font color="#ff0000">[A02]</font><br>
</td>
<td> <b>Interprocedural Symbolic Analysis of Ada Programs with
Aliases. </b> <br>
J. <a href="http://www.auto.tuwien.ac.at/%7Eblieb">Blieberger</a>, B.
Burgstaller, and <font color="#009900">B. Scholz</font>. <br>
In <i>Proc. of the Ada-Europe International Conference on Reliable
Software Technologies (ADA'99),</i><br>
<i>Lecture Notes in Computer Science (LNCS)</i>, Vol. 1622, pp.
136-145,<i> Springer Press</i>, <br>
Santander, Spain, June 1999.<br>
[<a
href="publications/ada99.pdf">pdf</a>]<br>
</td>
</tr>
<tr>
</tr>
<tr>
<td valign="top"><a name="A01"></a><font color="#ff0000">[A01]</font><br>
</td>
<td> <b>Symbolic Evaluation for Parallelizing Compilers.</b> <br>
T. <a href="http://www.par.univie.ac.at/%7Etf">Fahringer</a> and <font
color="#009900">B. Scholz</font>. <br>
In <i>Proc. of the 11th ACM International Conference on Supercomputing
(ICS'97)</i>, <br>
pp. 261-268, <i>ACM Press</i>, <br>
Vienna, Austria, July 1997.<br>
[<a
href="publications/ics97.ps.gz">ps.gz</a>]<br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<hr width="100%">
<h3>ACM and IEEE-mandated Copyright Notice</h3>
The documents listed above are included by the contributing authors as
a means to ensure timely dissemination of scholarly and technical work
on a non-commercial basis. Copyright and all rights therein are
maintained by the authors or by other copyright holders, notwithstanding
that they have offered their works here electronically. It is understood
that all persons copying this information will adhere to the terms and
constraints invoked by each author's copyright. These works may not be
reposted without the explicit permission of the copyright holder. <br>
<br>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Bernhard Scholz</li>
<li>
<a href=
"mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href=
"http://dblp.uni-trier.de/pers/hd/s/Scholz:Bernhard"><span class="username">
DBLP</span></a>
</li>
<li>
<a href=
"https://scholar.google.com.au/citations?user=0z6_oNEAAAAJ&hl=en">
<span class="username">Google-Scholar</span></a>
</li>
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">Homepage of Prof Bernhard Scholz.<br>
The University of Sydney.</p>
</div>
</div>
</div>
</footer>
</body>
</html>