-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
1924 lines (1753 loc) · 71.4 KB
/
refs.bib
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
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{costofdeterminism,
author = {Cedomir Segulja Tarek S. Abdelrahman},
title = {False t is the Cost of Determinism?},
booktitle = {5th Workshop on Determinism and Correctness in Parallel Programming},
series = {WoDet'14},
year = {2014},
location = {Salt Lake City, Utah},
}
@inproceedings{Pin,
author = {Luk, Chi-Keung and Cohn, Robert and Muth, Robert and Patil, Harish and Klauser, Artur and Lowney, Geoff and Wallace, Steven and Reddi, Vijay Janapa and Hazelwood, Kim},
title = {Pin: Building Customized Program Analysis Tools with Dynamic Instrumentation},
booktitle = {Proceedings of the 2005 ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '05},
year = {2005},
isbn = {1-59593-056-6},
location = {Chicago, IL, USA},
pages = {190--200},
numpages = {11},
url = {http://doi.acm.org/10.1145/1065010.1065034},
doi = {10.1145/1065010.1065034},
acmid = {1065034},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic compilation, instrumentation, program analysis tools},
}
@inproceedings{DynamoRIO,
author = {Bruening, Derek and Garnett, Timothy and Amarasinghe, Saman},
title = {An infrastructure for adaptive dynamic optimization},
booktitle = {Proceedings of the international symposium on Code generation and optimization: feedback-directed and runtime optimization},
series = {CGO '03},
year = {2003},
isbn = {0-7695-1913-X},
location = {San Francisco, California},
pages = {265--275},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=776261.776290},
acmid = {776290},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@article{Instrumentation,
title = {Combining compile-time and run-time instrumentation for testing tools},
author = {Timur Iskhodzhanov and Reid Kleckner and Evgeniy Stepanov},
year = 2013,
URL = {http://swsys.ru/index.php?page=article&id=3593&lang=en},
journal = {Programmnye produkty i sistemy},
pages = {224-231},
volume = {3},
}
@inproceedings{Bolosky:1993:FSE:1295480.1295483,
author = {Bolosky, William J. and Scott, Michael L.},
title = {False Sharing and Its Effect on Shared Memory Performance},
booktitle = {USENIX Systems on USENIX Experiences with Distributed and Multiprocessor Systems - Volume 4},
series = {Sedms'93},
year = {1993},
location = {San Diego, California},
pages = {3--3},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=1295480.1295483},
acmid = {1295483},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{Lu:2008:LMC:1346281.1346323,
author = {Lu, Shan and Park, Soyeon and Seo, Eunsoo and Zhou, Yuanyuan},
title = {Learning from Mistakes: A Comprehensive Study on Real World Concurrency Bug Characteristics},
booktitle = {Proceedings of the 13th International Conference on Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS XIII},
year = {2008},
isbn = {978-1-59593-958-6},
location = {Seattle, WA, USA},
pages = {329--339},
numpages = {11},
url = {http://doi.acm.org/10.1145/1346281.1346323},
doi = {10.1145/1346281.1346323},
acmid = {1346323},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bug characteristics, concurrency bug, concurrent program},
}
@inproceedings{DingBOP,
author = {Ding, Chen and Shen, Xipeng and Kelsey, Kirk and Tice, Chris and Huang, Ruke and Zhang, Chengliang},
title = {Software Behavior Oriented Parallelization},
booktitle = {Proceedings of the 2007 ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '07},
year = {2007},
isbn = {978-1-59593-633-2},
location = {San Diego, California, USA},
pages = {223--234},
numpages = {12},
url = {http://doi.acm.org/10.1145/1250734.1250760},
doi = {10.1145/1250734.1250760},
acmid = {1250760},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {program behavior, speculative parallelization},
}
@book{transaction,
author = {James Larus and Ravi Rajwar},
title = {Transactional Memory (Synthesis Lectures on Computer Architecture)},
publisher = {Morgan \& Claypool Publishers},
year = {2007},
edition = {First},
}
@Book{unixprogramming,
author = "W. Richard Stevens and Stephen A. Rago",
title = "Advanced Programming in the UNIX® Environment: Second Edition",
chapter = "17.4.2. Passing File Descriptors over UNIX Domain Sockets",
publisher = "Addison Wesley Professional",
year = "2005",
isbn = "0201433079",
}
@inproceedings{Dubois:1991:DCE:125826.125941,
author = {Dubois, Michel and Wang, Jin Chin and Barroso, Luiz A. and Lee, Kangwoo and Chen, Yung-Syau},
title = {Delayed consistency and its effects on the miss rate of parallel programs},
booktitle = {Proceedings of the 1991 ACM/IEEE conference on Supercomputing},
series = {Supercomputing '91},
year = {1991},
isbn = {0-89791-459-7},
location = {Albuquerque, New Mexico, United States},
pages = {197--206},
numpages = {10},
url = {http://doi.acm.org/10.1145/125826.125941},
doi = {http://doi.acm.org/10.1145/125826.125941},
acmid = {125941},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{havender,
author = {J. W. Havender},
title = {Avoiding Deadlock in Multitasking Systems},
journal = {IBM Systems Journal},
volume = 7,
number = 2,
pages = {74--84},
year = 1968
}
@article{76897,
author = {Charles E. McDowell and David P. Helmbold},
title = {Debugging concurrent programs},
journal = {ACM Comput. Surv.},
volume = {21},
number = {4},
year = {1989},
issn = {0360-0300},
pages = {593--622},
doi = {http://doi.acm.org/10.1145/76894.76897},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Irrevocabletrans,
author = {Welc, Adam and Saha, Bratin and Adl-Tabatabai, Ali-Reza},
title = {Irrevocable transactions and their applications},
booktitle = {Proceedings of the twentieth annual symposium on Parallelism in algorithms and architectures},
series = {SPAA '08},
year = {2008},
isbn = {978-1-59593-973-9},
location = {Munich, Germany},
pages = {285--296},
numpages = {12},
url = {http://doi.acm.org/10.1145/1378533.1378584},
doi = {10.1145/1378533.1378584},
acmid = {1378584},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrent programming, performance, software transactional memory, virtual machines},
}
@article{130623,
author = {Robert H. B. Netzer and Barton P. Miller},
title = {What are race conditions?: Some issues and formalizations},
journal = {ACM Lett. Program. Lang. Syst.},
volume = {1},
number = {1},
year = {1992},
issn = {1057-4514},
pages = {74--88},
doi = {http://doi.acm.org/10.1145/130616.130623},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{DBLP:conf/icse/BallBHMQ09,
author = {Thomas Ball and
Sebastian Burckhardt and
Jonathan de Halleux and
Madanlal Musuvathi and
Shaz Qadeer},
title = {Deconstructing concurrency heisenbugs},
booktitle = {ICSE Companion},
year = {2009},
pages = {403-404},
ee = {http://dx.doi.org/10.1109/ICSE-COMPANION.2009.5071033},
crossref = {DBLP:conf/icse/2009c},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/icse/2009c,
title = {31st International Conference on Software Engineering, ICSE
2009, May 16-24, 2009, Vancouver, Canada, Companion Volume},
booktitle = {ICSE Companion},
publisher = {IEEE},
year = {2009},
isbn = {978-1-4244-3494-7},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/asplos/BurckhardtKMN10,
author = {Sebastian Burckhardt and
Pravesh Kothari and
Madanlal Musuvathi and
Santosh Nagarakatte},
title = {A randomized scheduler with probabilistic guarantees of
finding bugs},
booktitle = {ASPLOS},
year = {2010},
pages = {167-178},
ee = {http://doi.acm.org/10.1145/1736020.1736040},
crossref = {DBLP:conf/asplos/2010},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/asplos/2010,
editor = {James C. Hoe and
Vikram S. Adve},
booktitle = {Proceedings of the fifteenth edition of ASPLOS on Architectural support for programming languages and operating systems},
series = {ASPLOS '10},
year = {2010},
isbn = {978-1-60558-839-1},
location = {Pittsburgh, Pennsylvania, USA},
url = {http://doi.acm.org/10.1145/1736020.1736029},
doi = {http://doi.acm.org/10.1145/1736020.1736029},
acmid = {1736029},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Carver:1991:RTC:624586.625040,
author = {Carver, Richard H. and Tai, Kuo-Chung},
title = {Replay and Testing for Concurrent Programs},
journal = {IEEE Softw.},
volume = {8},
issue = {2},
month = {March},
year = {1991},
issn = {0740-7459},
pages = {66--74},
numpages = {9},
url = {http://dx.doi.org/10.1109/52.73751},
doi = {http://dx.doi.org/10.1109/52.73751},
acmid = {625040},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
}
@inproceedings{Choi:1998:DRJ:281035.281041,
author = {Choi, Jong-Deok and Srinivasan, Harini},
title = {Deterministic replay of Java multithreaded applications},
booktitle = {Proceedings of the SIGMETRICS symposium on Parallel and distributed tools},
series = {SPDT '98},
year = {1998},
isbn = {1-58113-001-5},
location = {Welches, Oregon, United States},
pages = {48--59},
numpages = {12},
url = {http://doi.acm.org/10.1145/281035.281041},
doi = {http://doi.acm.org/10.1145/281035.281041},
acmid = {281041},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{LeBlanc:1987:DPP:32387.32396,
author = {LeBlanc, T. J. and Mellor-Crummey, J. M.},
title = {Debugging Parallel Programs with Instant Replay},
journal = {IEEE Trans. Comput.},
volume = {36},
issue = {4},
month = {April},
year = {1987},
issn = {0018-9340},
pages = {471--482},
numpages = {12},
url = {http://portal.acm.org/citation.cfm?id=32387.32396},
doi = {10.1109/TC.1987.1676929},
acmid = {32396},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {shared objects, CREW protocols, distributed debugging, execution replay, parallel programming, program instrumentation},
}
@inproceedings{224058,
author = {T. C. Bressoud and F. B. Schneider},
title = {Hypervisor-based fault tolerance},
booktitle = {SOSP '95: Proceedings of the fifteenth ACM symposium on Operating systems principles},
year = {1995},
isbn = {0-89791-715-4},
pages = {1--11},
location = {Copper Mountain, Colorado, United States},
doi = {http://doi.acm.org/10.1145/224056.224058},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{replicant-hotos,
author = {Jesse Pool and Ian Sin and David Lie},
title = {Relaxed Determinism: Making Redundant Execution on Multiprocessors Practical},
booktitle = {Proceedings of the 11th Workshop on Hot Topics in Operating Systems (HotOS 2007)},
month = may,
year = 2007,
}
@inproceedings{Burckhardt:2010:CPR:1869459.1869515,
author = {Burckhardt, Sebastian and Baldassin, Alexandro and Leijen, Daan},
title = {Concurrent programming with revisions and isolation types},
booktitle = {Proceedings of the ACM international conference on Object oriented programming systems languages and applications},
series = {OOPSLA '10},
year = {2010},
isbn = {978-1-4503-0203-6},
location = {Reno/Tahoe, Nevada, USA},
pages = {691--707},
numpages = {17},
url = {http://doi.acm.org/10.1145/1869459.1869515},
doi = {http://doi.acm.org/10.1145/1869459.1869515},
acmid = {1869515},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrency, isolation, parallelism, revisions, transactions},
}
@article{Simpson:1999:SEE:330346.330357,
author = {Simpson, David J. and Burton, F. Warren},
title = {Space Efficient Execution of Deterministic Parallel Programs},
journal = {IEEE Trans. Softw. Eng.},
volume = {25},
issue = {6},
month = {November},
year = {1999},
issn = {0098-5589},
pages = {870--882},
numpages = {13},
url = {http://dx.doi.org/10.1109/32.824415},
doi = {http://dx.doi.org/10.1109/32.824415},
acmid = {330357},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Memory management, scheduling, worst case performance, parallel programming, memory bounds, shared memory.},
}
@InProceedings{LLVM:CGO04,
author = {Chris Lattner and Vikram Adve},
title = "{LLVM: A Compilation Framework for Lifelong Program Analysis \& Transformation}",
booktitle = "{Proceedings of the 2004 International Symposium on Code Generation and Optimization (CGO'04)}",
address = {Palo Alto, California},
month = {Mar},
year = {2004}
}
@phdthesis{multithread,
author = {Joshua Lee Kihm},
title = {Simulation and Characterization of Inter-Process Interference on Multithreaded and Multicore Architectures},
year = {2007},
school = {Department of Electrical and Computer Engineering, University of Colorado at Boulder},
}
@inproceedings{llvm,
author = {Lattner, Chris and Adve, Vikram},
title = {LLVM: A Compilation Framework for Lifelong Program Analysis \& Transformation},
booktitle = {Proceedings of the international symposium on Code generation and optimization: feedback-directed and runtime optimization},
series = {CGO '04},
year = {2004},
isbn = {0-7695-2102-9},
location = {Palo Alto, California},
pages = {75--},
url = {http://dl.acm.org/citation.cfm?id=977395.977673},
acmid = {977673},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Valgrind,
author = {Nethercote, Nicholas and Seward, Julian},
title = {Valgrind: a framework for heavyweight dynamic binary instrumentation},
booktitle = {Proceedings of the 2007 ACM SIGPLAN conference on Programming language design and implementation},
series = {PLDI '07},
year = {2007},
isbn = {978-1-59593-633-2},
location = {San Diego, California, USA},
pages = {89--100},
numpages = {12},
url = {http://doi.acm.org/10.1145/1250734.1250746},
doi = {10.1145/1250734.1250746},
acmid = {1250746},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Memcheck, Valgrind, dynamic binary analysis, dynamic binary instrumentation, shadow values},
}
@inproceedings{phoenix-hpca,
author = {Ranger, Colby and Raghuraman, Ramanan and Penmetsa, Arun and Bradski, Gary and Kozyrakis, Christos},
title = {Evaluating {MapReduce} for Multi-core and Multiprocessor Systems},
booktitle = {HPCA '07: Proceedings of the 2007 IEEE 13th International Symposium on High Performance Computer Architecture},
year = {2007},
isbn = {1-4244-0804-0},
pages = {13--24},
doi = {http://dx.doi.org/10.1109/HPCA.2007.346181},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{parsec,
author = {Christian Bienia and Kai Li},
title = {{PARSEC} 2.0: A New Benchmark Suite for Chip-Multiprocessors},
booktitle = {Proceedings of the 5th Annual Workshop on Modeling, Benchmarking and Simulation},
year = {2009},
month = {June}
}
@misc{mysql,
title = {MySQL team increases scalability by >50% for Sysbench OLTP RO in MySQL 5.6 labs release april 2012},
author = "{Mikael Ronstrom}",
howpublished = "\url{http://mikaelronstrom.blogspot.com/2012/04/mysql-team-increases-scalability-by-50.html}",
year = {2012},
month = {April},
}
@misc{memusage,
title = {A way to determine a process's "real" memory usage, i.e. private dirty RSS?},
author = "{Justin L.}", howpublished = "\url{http://stackoverflow.com/questions/118307/a-way-to-determine-a-processs-real-memory-usage-i-e-private-dirty-rss}",
year = {2011},
month = {October},
}
@misc{libfalsesharing,
title = {False sharing in boost::detail::spinlock pool?},
author = "{mcmcc}",
howpublished = "\url{http://stackoverflow.com/questions/11037655/false-sharing-in-boostdetailspinlock-pool}",
year = {2012},
month = {June},
}
@inproceedings{dthreads,
author = {Liu, Tongping and Curtsinger, Charlie and Berger, Emery D.},
title = {\Dthreads{}: efficient deterministic multithreading},
booktitle = {Proceedings of the Twenty-Third ACM Symposium on Operating Systems Principles},
series = {SOSP '11},
year = {2011},
isbn = {978-1-4503-0977-6},
location = {Cascais, Portugal},
pages = {327--336},
numpages = {10},
url = {http://doi.acm.org/10.1145/2043556.2043587},
doi = {http://doi.acm.org/10.1145/2043556.2043587},
acmid = {2043587},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{sheriff,
author = {Liu, Tongping and Berger, Emery D.},
title = {\Sheriff{}: precise detection and automatic mitigation of false sharing},
booktitle = {Proceedings of the 2011 ACM international conference on Object oriented programming systems languages and applications},
series = {OOPSLA '11},
year = {2011},
isbn = {978-1-4503-0940-0},
location = {Portland, Oregon, USA},
pages = {3--18},
numpages = {16},
url = {http://doi.acm.org/10.1145/2048066.2048070},
doi = {http://doi.acm.org/10.1145/2048066.2048070},
acmid = {2048070},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {false sharing, multi-threaded},
}
@inproceedings{exterminator,
author = {Gene Novark and Emery D. Berger and Benjamin G. Zorn},
title = {Exterminator: automatically correcting memory errors with high probability},
booktitle = {Proceedings of the 2007 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)},
year = {2007},
isbn = {978-1-59593-633-2},
pages = {1--11},
location = {San Diego, California, USA},
doi = {http://doi.acm.org/10.1145/1250734.1250736},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{grace,
author = {Berger, Emery D. and Yang, Ting and Liu, Tongping and Novark, Gene},
title = {Grace: safe multithreaded programming for {C/C++} },
booktitle = {Proceeding of the 24th ACM SIGPLAN conference on Object oriented programming systems languages and applications},
series = {OOPSLA '09},
year = {2009},
isbn = {978-1-60558-766-0},
location = {Orlando, Florida, USA},
pages = {81--96},
numpages = {16},
url = {http://doi.acm.org/10.1145/1640089.1640096},
doi = {http://doi.acm.org/10.1145/1640089.1640096},
acmid = {1640096},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrency, determinism, deterministic concurrency, fork-join, sequential semantics},
}
@inproceedings{concurrencyerrors,
author = {Lu, Shan and Park, Soyeon and Seo, Eunsoo and Zhou, Yuanyuan},
title = {Learning from mistakes: a comprehensive study on real world concurrency bug characteristics},
booktitle = {Proceedings of the 13th international conference on Architectural support for programming languages and operating systems},
series = {ASPLOS XIII},
year = {2008},
isbn = {978-1-59593-958-6},
location = {Seattle, WA, USA},
pages = {329--339},
numpages = {11},
url = {http://doi.acm.org/10.1145/1346281.1346323},
doi = {http://doi.acm.org/10.1145/1346281.1346323},
acmid = {1346323},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bug characteristics, concurrency bug, concurrent program},
}
@inproceedings{redline,
author = {Yang, Ting and Liu, Tongping and Berger, Emery D. and Kaplan, Scott F. and Moss, J. Eliot B.},
title = {Redline: first class support for interactivity in commodity operating systems},
booktitle = {Proceedings of the 8th USENIX conference on Operating systems design and implementation},
series = {OSDI'08},
year = {2008},
location = {San Diego, California},
pages = {73--86},
numpages = {14},
url = {http://dl.acm.org/citation.cfm?id=1855741.1855747},
acmid = {1855747},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{profilingprevention,
author = {Weeratunge, Dasarath and Zhang, Xiangyu and Jaganathan, Suresh},
title = {Accentuating the positive: atomicity inference and enforcement using correct executions},
booktitle = {Proceedings of the 2011 ACM international conference on Object oriented programming systems languages and applications},
series = {OOPSLA '11},
year = {2011},
isbn = {978-1-4503-0940-0},
location = {Portland, Oregon, USA},
pages = {19--34},
numpages = {16},
url = {http://doi.acm.org/10.1145/2048066.2048071},
doi = {http://doi.acm.org/10.1145/2048066.2048071},
acmid = {2048071},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {atomicity, concurrency bugs, debugging, locking, profile},
}
@inproceedings{interleavingcoverage,
author = {Lu, Shan and Jiang, Weihang and Zhou, Yuanyuan},
title = {A study of interleaving coverage criteria},
booktitle = {Proceedings of the the 6th joint meeting of the European software engineering conference and the ACM SIGSOFT symposium on The foundations of software engineering},
series = {ESEC-FSE '07},
year = {2007},
isbn = {978-1-59593-811-4},
location = {Dubrovnik, Croatia},
pages = {533--536},
numpages = {4},
url = {http://doi.acm.org/10.1145/1287624.1287703},
doi = {10.1145/1287624.1287703},
acmid = {1287703},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrent program, coverage criteria, interleaving},
}
@inproceedings{AddressSanitizer,
author = {Serebryany, Konstantin and Bruening, Derek and Potapenko, Alexander and Vyukov, Dmitry},
title = {AddressSanitizer: a fast address sanity checker},
booktitle = {Proceedings of the 2012 USENIX conference on Annual Technical Conference},
series = {USENIX ATC'12},
year = {2012},
location = {Boston, MA},
pages = {28--28},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=2342821.2342849},
acmid = {2342849},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@InProceedings{qinzhao,
title = "Dynamic Cache Contention Detection in Multi-threaded Applications",
author = "Qin Zhao and David Koh and Syed Raza and Derek Bruening and Weng-Fai Wong and Saman Amarasinghe",
booktitle = "The International Conference on Virtual Execution Environments",
address = "Newport Beach, CA",
month = "Mar",
year = "2011",
keywords = "Umbra",
url = "http://groups.csail.mit.edu/commit/papers/2011/zhao-vee11-cache-contention.pdf",
}
@inproceedings{ad-hoc-considered-harmful,
author = {Weiwei Xiong and Soyeon Park and Jiaqi Zhang and Yuanyuan Zhou and Zhiqiang Ma},
title = {Ad Hoc Synchronization Considered Harmful},
year = 2010,
booktitle = {OSDI'10: Proceedings of the 9th Conference on Symposium on Opearting Systems Design \& Implementation},
pages = {163--176},
location = {Vancouver, BC, Canada},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{dsm:munin,
author = {Carter, John B. and Bennett, John K. and Zwaenepoel, Willy},
title = {Implementation and performance of {Munin}},
booktitle = {SOSP '91: Proceedings of the thirteenth ACM symposium on Operating systems principles},
year = {1991},
isbn = {0-89791-447-3},
pages = {152--164},
location = {Pacific Grove, California, United States},
doi = {http://doi.acm.org/10.1145/121132.121159},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{dsm:treadmarks,
author = {Keleher, Pete and Cox, Alan L. and Dwarkadas, Sandhya and Zwaenepoel, Willy},
title = {TreadMarks: distributed shared memory on standard workstations and operating systems},
booktitle = {Proceedings of the USENIX Winter 1994 Technical Conference on USENIX Winter 1994 Technical Conference},
year = {1994},
location = {San Francisco, California},
pages = {10--10},
numpages = {1},
url = {http://portal.acm.org/citation.cfm?id=1267074.1267084},
acmid = {1267084},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{1250736,
author = {Gene Novark and Emery D. Berger and Benjamin G. Zorn},
title = {Exterminator: automatically correcting memory errors with high probability},
booktitle = {Proceedings of the 2007 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)},
year = {2007},
isbn = {978-1-59593-633-2},
pages = {1--11},
location = {San Diego, California, USA},
doi = {http://doi.acm.org/10.1145/1250734.1250736},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@techreport{berg07,
author = {Emery D. Berger and Benjamin G. Zorn},
title = {Efficient Probabilistic Memory Safety},
month = mar,
year = 2007,
number = {UMCS TR-2007-17},
institution = {Department of Computer Science, University of Massachusetts Amherst},
}
@misc{hoard,
author = "Emery D. Berger",
title = "The {Hoard} Memory Allocator",
note = "Available at \url{http://www.hoard.org}"
}
@Article{BrowneBergerDube:IJHPCA2000,
author = "James C. Browne and Emery D. Berger and Aditya Dube",
title = "Compositional Development of Performance Models in
{POEMS}",
journal = "The International Journal of High Performance
Computing Applications",
volume = "14",
number = "4",
pages = "283--291",
month = "Winter",
year = "2000",
coden = "IHPCFL",
ISSN = "1094-3420",
bibdate = "Tue Sep 12 12:28:02 2000",
}
@inproceedings{BergerMcKinleyBlumofeWilson:ASPLOS2000,
author = {Emery D. Berger and Kathryn S. McKinley and Robert D. Blumofe and Paul R. Wilson},
title = {Hoard: A Scalable Memory Allocator for Multithreaded Applications},
month = nov,
year = 2000,
pages = "117--128",
booktitle = "Proceedings of the International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-IX)",
address = "Cambridge, MA",
url = "citeseer.ist.psu.edu/berger00hoard.html"
}
@inproceedings{BergerZornMcKinley:2001,
author = "Emery D. Berger and Benjamin G. Zorn and Kathryn S. McKinley",
title = "Composing High-Performance Memory Allocators",
booktitle = "Proceedings of the 2001 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
year = "2001",
month = jun,
day = "20--22",
address = "Snowbird, Utah",
abstract = {In this paper, we present a flexible and efficient infrastructure for building memory allocators that is based on C++ templates and inheritance. This novel approach allows programmers to build custom and general-purpose allocators as "heap layers" that can be composed without incurring any runtime overhead or additional programming cost. We show that this infrastructure simplifies allocator construction and results in allocators that either match or improve the performance of heavily-tuned allocators written in C, including the Kingsley allocator and the GNU obstack library. We further show this infrastructure can be used to rapidly build a general-purpose allocator that has performance comparable to Lea's allocator, the best uniprocesor allocator of which we are aware. We thus demonstrate a clean, easy-to-use allocator interface that seamlessly combines the power and efficiency of any number of general and custom allocators within a single application.},
}
@inproceedings{582421,
author = {Emery D. Berger and Benjamin G. Zorn and Kathryn S. McKinley},
title = {Reconsidering custom memory allocation},
booktitle = {OOPSLA '02: Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
year = {2002},
isbn = {1-58113-471-1},
pages = {1--12},
location = {Seattle, Washington, USA},
doi = {http://doi.acm.org/10.1145/582419.582421},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{BZM2002,
author = "Emery D. Berger and Benjamin G. Zorn and Kathryn S. McKinley",
title = "Reconsidering Custom Memory Allocation",
booktitle = "Proceedings of the Conference on Object-Oriented Programming Systems, Languages, and Applications (OOPSLA) 2002",
address = "Seattle, Washington",
month = Nov,
year = "2002",
url = "citeseer.ist.psu.edu/berger01reconsidering.html"
}
@inproceedings{379232,
author = {Emery D. Berger and Kathryn S. McKinley and Robert D. Blumofe and Paul R. Wilson},
title = {Hoard: a scalable memory allocator for multithreaded applications},
booktitle = {ASPLOS-IX: Proceedings of the ninth international conference on Architectural support for programming languages and operating systems},
year = {2000},
isbn = {1-58113-317-0},
pages = {117--128},
location = {Cambridge, Massachusetts, United States},
doi = {http://doi.acm.org/10.1145/378993.379232},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{378821,
author = {Emery D. Berger and Benjamin G. Zorn and Kathryn S. McKinley},
title = {Composing high-performance memory allocators},
booktitle = {PLDI '01: Proceedings of the ACM SIGPLAN 2001 conference on Programming language design and implementation},
year = {2001},
isbn = {1-58113-414-2},
pages = {114--124},
location = {Snowbird, Utah, United States},
doi = {http://doi.acm.org/10.1145/378795.378821},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{1094836,
author = {Matthew Hertz and Emery D. Berger},
title = {Quantifying the performance of garbage collection vs. explicit memory management},
booktitle = {OOPSLA '05: Proceedings of the 20th annual ACM SIGPLAN conference on Object oriented programming, systems, languages, and applications},
year = {2005},
isbn = {1-59593-031-0},
pages = {313--326},
location = {San Diego, CA, USA},
doi = {http://doi.acm.org/10.1145/1094811.1094836},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{1111594,
author = {Yi Feng and Emery D. Berger},
title = {A locality-improving dynamic memory allocator},
booktitle = {MSP '05: Proceedings of the 2005 workshop on Memory system performance},
year = {2005},
isbn = {1-59593-147-3},
pages = {68--77},
location = {Chicago, Illinois},
doi = {http://doi.acm.org/10.1145/1111583.1111594},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{1028984,
author = {Narendran Sachindran and J. Eliot B. Moss and Emery D. Berger},
title = {MC2: high-performance garbage collection for memory-constrained environments},
booktitle = {OOPSLA '04: Proceedings of the 19th annual ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
year = {2004},
isbn = {1-58113-831-9},
pages = {81--98},
location = {Vancouver, BC, Canada},
doi = {http://doi.acm.org/10.1145/1028976.1028984},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{1029881,
author = {Ting Yang and Matthew Hertz and Emery D. Berger and Scott F. Kaplan and J. Eliot B. Moss},
title = {Automatic heap sizing: taking real memory into account},
booktitle = {ISMM '04: Proceedings of the 4th international symposium on Memory management},
year = {2004},
isbn = {1-58113-945-4},
pages = {61--72},
location = {Vancouver, BC, Canada},
doi = {http://doi.acm.org/10.1145/1029873.1029881},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{savmm-poster,
author = "Emery D. Berger and Scott F. Kaplan and Bhuvan Urgaonkar and Pritesh Sharma and Abhishek Chandra and Prashant Shenoy",
title = "Scheduler-aware virtual memory management",
month = oct,
year = 2003,
booktitle = {The 19th ACM Symposium on Operating Systems Principles (SOSP-19), poster session}
}
@inproceedings{yang04,
author = "Ting Yang and Matthew Hertz and Emery D. Berger and Scott F. Kaplan and J. Eliot B. Moss",
title = "Automatic Heap Sizing: Taking Real Memory into Account",
booktitle = "Proceedings of the 2004 {ACM} {SIGPLAN} International Symposium on Memory Management (ISMM)",
month = nov,
year = {2004},
isbn = {1-58113-945-4},
pages = {61--72},
location = {Vancouver, BC, Canada},
doi = {http://doi.acm.org/10.1145/1029873.1029881},
publisher = {ACM Press},
}
@inproceedings{1028984,
author = {Narendran Sachindran and J. Eliot B. Moss and Emery D. Berger},
title = {{MC}$^{2}$: High-performance garbage collection for memory-constrained environments},
booktitle = {Proceedings of the 19th Annual ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA) 2004},
year = {2004},
isbn = {1-58113-831-9},
pages = {81--98},
location = {Vancouver, BC, Canada},
doi = {http://doi.acm.org/10.1145/1028976.1028984},
publisher = {ACM Press},
}
@inproceedings{hert05,
title = "Garbage Collection without Paging",
author = "Matthew Hertz and Emery D. Berger",
booktitle = "Proceedings of the 2005 {ACM} {SIGPLAN} Conference on Programming Language Design and Implementation (PLDI)",
month = jun,
year = 2005,
location = "Chicago, IL",
publisher = {ACM},
}
@inproceedings{feng05,
author = "Yi Feng and Emery D. Berger",
title = "A Locality-Improving Dynamic Memory Allocator",
booktitle = "Proceedings of the {ACM SIGPLAN} 2005 Workshop on Memory System Performance (MSP)",
year = 2005,
month = jun,
address = "Chicago, IL",
}
@inproceedings{hert05a,
crossref = "oopsla05",
title = "Quantifying the Performance of Garbage Collection vs. Explicit Memory Management",
author = "Matthew Hertz and Emery D. Berger"
}
@inproceedings{flux06usenix,
author = {Brendan Burns and Kevin Grimaldi and Alexander Kostadinov and Emery D. Berger and Mark D. Corner},
title = {Flux: A Language for Programming High-Performance Servers},
booktitle = {2006 USENIX Annual Technical Conference},
month = jun,
year = {2006},
location = {Boston, Massachusetts},
pages = {129--142},
abstract = {Programming high-performance server applications is challenging: it is both complicated and error-prone to write the concurrent code required to deliver high performance and scalability. Server performance bottlenecks are difficult to identify and correct. Finally, it is difficult to predict server performance prior to deployment.
This paper presents Flux, a language that dramatically simplifies the construction of scalable high-performance server applications. Flux lets programmers compose off-the-shelf, sequential C or C++ functions into concurrent servers. Flux programs are type-checked and guaranteed to be deadlock-free. We have built a number of servers in Flux, including a web server with PHP support, an image-rendering server, a BitTorrent peer, and a game server. These Flux servers match or exceed the performance of their counterparts written entirely in C. By tracking hot paths through a running server, Flux simplifies the identification of performance bottlenecks. The Flux compiler also automatically generates discrete event simulators that accurately predict actual server performance under load and with different hardware resources.}
}
@inproceedings{transparent2006usenix,
author = {James Cipar and Mark D. Corner and Emery D. Berger},
title = {Transparent Contribution of Memory},
booktitle = {2006 USENIX Annual Technical Conference},
month = jun,
year = {2006},
location = {Boston, Massachusetts},
pages = {109--114},
abstract = {A multitude of research and commercial projects have proposed contributory systems that utilize wasted CPU cycles, idle memory and free disk space found on end-user machines. These applications include distributed computation such as signal processing and protein folding, peer-to-peer backup, and large-scale distributed storage. While users are generally willing to give up unused CPU cycles, the use of memory by contributory applications deters participation in such systems. Contributory applications pollute the machine's memory, forcing user pages to be evicted to disk. This paging can disrupt user activity for seconds or even minutes.
In this paper, we describe the design and implementation of an operating system mechanism to support transparent contribution of memory. A transparent memory manager (TMM) controls memory usage by contributory applications, ensuring that users will not notice an increase in the miss rate of their applications. TMM is able to protect user pages such that page miss overhead is limited to 1.7\%, while donating hundreds of megabytes of memory.}
}
@inproceedings{1134000,
author = {Emery D. Berger and Benjamin G. Zorn},
title = {{DieHard}: Probabilistic Memory Safety for Unsafe Languages},
booktitle = {Proceedings of the 2006 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)},
year = {2006},
isbn = {1-59593-320-4},
pages = {158--168},
location = {Ottawa, Ontario, Canada},
doi = {http://doi.acm.org/10.1145/1133981.1134000},
publisher = {ACM Press},
address = {New York, NY, USA},
}
@inproceedings{cramm,
author = {Ting Yang and Emery D. Berger and Scott F. Kaplan and J. Eliot B. Moss},
title = {CRAMM: Virtual Memory Support for Garbage-Collected Applications},
booktitle = {Proceedings of the 7th USENIX Symposium on Operating Systems Design and Implementation (OSDI)},
month = nov,
year = {2006},
location = {Seattle, Washington}
}
%%%%%%%%%%%%%%
%%%%%%%%%%%%%%
@Proceedings{oopsla05,
key = "OOPSLA",
title = "Proceedings of the 20th annual {ACM} {SIGPLAN} Conference on Object-Oriented Programming Systems, Languages, and Applications",
booktitle = "Proceedings of the 20th annual {ACM} {SIGPLAN} Conference on Object-Oriented Programming Systems, Languages, and Applications (OOPSLA)",
year = 2005,
address = "San Diego, CA",
month = Oct
}
@inproceedings{coredet,
author = {Bergan, Tom and Anderson, Owen and Devietti, Joseph and Ceze, Luis and Grossman, Dan},
title = {{CoreDet}: a compiler and runtime system for deterministic multithreaded execution},
booktitle = {Proceedings of the fifteenth edition of ASPLOS on Architectural support for programming languages and operating systems},
series = {ASPLOS '10},
year = {2010},
isbn = {978-1-60558-839-1},
location = {Pittsburgh, Pennsylvania, USA},
pages = {53--64},
numpages = {12},
url = {http://doi.acm.org/10.1145/1736020.1736029},
doi = {http://doi.acm.org/10.1145/1736020.1736029},
acmid = {1736029},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {compilers, determinism, multicore, multithreading},
}
@inproceedings{fastboundschecking,
author = {Chiueh, Tzi-cker},
title = {Fast bounds checking using debug register},
booktitle = {Proceedings of the 3rd international conference on High performance embedded architectures and compilers},
series = {HiPEAC'08},
year = {2008},
isbn = {3-540-77559-5, 978-3-540-77559-1},
location = {G\&\#246;teborg, Sweden},
pages = {99--113},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=1786054.1786066},
acmid = {1786066},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{falseshare:schedule,
author = {Chow, Jyh-Herng and Sarkar, Vivek},
title = {False Sharing Elimination by Selection of Runtime Scheduling Parameters},
booktitle = {ICPP '97: Proceedings of the international Conference on Parallel Processing},
year = {1997},
isbn = {0-8186-8108-X},
pages = {396--403},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{falseshare:compile,
author = {Jeremiassen, Tor E. and Eggers, Susan J.},
title = {Reducing false sharing on shared memory multiprocessors through compile time data transformations},
booktitle = {PPOPP '95: Proceedings of the fifth ACM SIGPLAN symposium on Principles and practice of parallel programming},
year = {1995},
isbn = {0-89791-701-6},
pages = {179--188},
location = {Santa Barbara, California, United States},