-
Notifications
You must be signed in to change notification settings - Fork 1
/
global.bib
1199 lines (1072 loc) · 38.1 KB
/
global.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
% Encoding: utf8
@STRING{ATEC = "Proceedings of the USENIX Annual Technical Conference"}
@STRING{DAC = "Proceedings of the annual Design automation conference"}
@STRING{FPGA = "Proceedings of the annual ACM/SIGDA International Symposium on Field programmable gate arrays"}
@STRING{HPCA = "Proceedings of the annual IEEE International Symposium on High performance computer architecture"}
@STRING{ICCAD = "Proceedings of the annual IEEE/ACM International Conference on Computer-aided design"}
@STRING{ICCD = "Proceedings of the annual IEEE International Conference on Computer design"}
@STRING{IPDPS = "Proceedings of the annual IEEE International Symposium on Parallel and distributed processing"}
@STRING{ISCA = "Proceedings of the annual International Symposium on Computer architecture"}
@STRING{MEMOCODE = "Proceedings of the annual IEEE/ACM international Conference on Formal methods and models for co-design"}
@STRING{MICRO = "Proceedings of the annual IEEE/ACM International Symposium on Microarchitecture"}
@STRING{PLDI = "Proceedings of the ACM SIGPLAN conference on Programming language design and implementation"}
@STRING{SIGMETRICS = "Proceedings of the annual ACM SIGMETRICS Conference on Measurement and modeling of computer systems"}
%%%%%%%%%%%%%%%%%%%%%%
%% OPTIMIZATION MANUALS %%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%
@book{intel2013Manual,
title={Intel 64 and IA-32 Architectures Optimization Reference Manual},
address={Santa Clara, CA, USA},
numpages={642},
language={english},
year={2013},
month={June}
}
@book{intel2014Manual,
title={Intel 64 and IA-32 Architectures Optimization Reference Manual},
address={Santa Clara, CA, USA},
numpages={642},
language={english},
year={2014},
month={September}
}
@book{intel2003Manual,
title={IA-32 Intel Architecture Optimization},
address={Santa Clara, CA, USA},
numpages={470},
language={english},
year={2003},
}
@book{amd2012Bulldozer,
title={Software Optimization Guide for AMD Family 15h Processors},
address={Sunnyvale, CA, USA},
numpages={362},
language={english},
year={2012},
month={January}
}
@book{ntissi3015,
title={Operational Security Doctrine for the Fiber Alarmed Modem ({FAM})-131 Intrusion Detection Optical Communications System ({IDOCS})},
organization={NSTISS},
year={1991},
month={February},
numpages={11},
lanuage={english}
}
@article{wulf1995,
author = {Wulf, Wm. A. and McKee, Sally A.},
title = {Hitting the Memory Wall: Implications of the Obvious},
journal = {SIGARCH Comput. Archit. News},
issue_date = {March 1995},
volume = {23},
number = {1},
month = {Mar},
year = {1995},
issn = {0163-5964},
pages = {20--24},
numpages = {5},
doi = {10.1145/216585.216588},
acmid = {216588},
publisher = {ACM},
address = {New York, NY, USA},
}
%%%%%%%%%%%%%%%%%%%%%%
%% BOOKS %%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%
@book{hennesy2012architectura,
Author = {Дэвид Паттерсон and Джон Хеннесси},
Title = {Архитектура компьютера и проектирование компьютерных систем},
Publisher = {Питер},
Year = {2012},
language = {Russian}
}
@book{flynn1995computer,
title={Computer Architecture: Pipelined and Parallel Processor Design},
author={Flynn, M.J.},
lccn={94041225},
series={Computer Science Series},
year={1995},
publisher={Jones and Bartlett},
language={english}
}
@book{hyman1982charles,
title={Charles Babbage: Pioneer of the Computer},
author={Hyman, A.},
lccn={81048078},
year={1982},
publisher={Princeton University Press},
language={english}
}
@book{aclockworkorange,
Author = {Anthony Burgess},
Title = {A Clockwork Orange},
Publisher = {W.W. Norton \& Co.},
Year = {1962},
}
@book{solomonovich2006ip,
title={IP-Телефония},
author={Б. С. Гольдштейн},
language={russian},
city={СПб.},
year={2006},
publisher={БХВ-Петербург}
}
@book{meggelen2009asterisk,
title={Asterisk: будущее телефонии: [пер. с англ.]},
author={Д. Меггелен and Л. Мадсен, and Д. Смит},
language={russian},
year={2009}
}
@book{berdyaev,
title={Смысл творчества. Опыт оправдания человека.},
author={Н. А. Бердяев},
year={1916},
address={Впервые: Москва},
language={russian},
pages={358},
publisher={Г. А. Леман и С. И. Сахаров}
}
@book{vygotsky,
title={Педагогическая психология},
author={Л. С. Выготский},
year={1999},
address={М.},
language={russian},
pages={536},
publisher={Педагогика-Пресс}
}
@book{landauVI,
title={Теоретическая физика. Т. VI. Гидродинамика},
author={Л. Д. Ландау and Е. М. Лившиц},
address = {М.},
year={2006},
edition = {6},
publisher={Физматлит},
numpages={731},
language={russian}
}
@book{hennessy2011computer,
title={Computer Architecture: A Quantitative Approach},
author={Hennessy, J. L. and Patterson, D. A.},
address = {San Francisco, CA, USA},
series={The Morgan Kaufmann Series in Computer Architecture and Design},
year={2011},
edition = {5th},
publisher={Elsevier Science},
numpages={856},
language={english}
}
@book{hohl2009arm,
title={ARM Assembly Language: Fundamentals and Techniques},
author={Hohl, W.},
lccn={2009004458},
year={2009},
publisher={CRC PressINC},
numpages={349},
}
@book{omondi1999microarchitecture,
title={The Microarchitecture of Pipelined and Superscalar Computers},
author={Omondi, A.R.},
lccn={99013874},
address = {Norwell, MA, USA},
year={1999},
publisher={Springer},
numpages={265},
language={english}
}
@book{shen2005modern,
title={Modern Processor Design: Fundamentals of Superscalar Processors},
author={Shen, J. and Lipasti, M.H.},
lccn={2004050406},
address={Dubuque, IA, USA},
series={Electrical and Computer Engineering},
year={2005},
publisher={McGraw-Hill Companies, Incorporated},
numpages={642},
language={english}
}
@book{thornton1970design,
title={Design of a computer: the Control Data 6600},
author={Thornton, J.E.},
lccn={74096462},
address={Glenview, IL, USA},
year={1970},
publisher={Scott, Foresman and Company},
numpages={181},
language={english}
}
@book{triebel2000itanium,
title={Itanium architecture for software developers},
author={Triebel, W.},
address={Santa Clara, CA, USA},
series={Engineer-to-Engineer},
year={2000},
publisher={Intel Press},
numpages={308},
language={english}
}
@book{allen1990probability,
title={Probability, Statistics, and Queueing Theory: With Computer Science Applications},
author={Allen, A. O.},
lccn={90000732},
series={Computer science and scientific computing},
address={San Diego, CA, USA},
numpages={740},
year={1990},
publisher={Acadmeic Press, cop.}
}
@book{parrillo2008encyclopedia,
title={Encyclopedia of Social Problems},
author={Parrillo, V.N.},
number={1},
series={A SAGE Reference Publication},
year={2008},
publisher={SAGE Publications}
}
@article{Lanni2008,
doi = {10.1016/j.phrs.2008.02.004},
year = {2008},
publisher = {Elsevier {BV}},
volume = {57},
number = {3},
pages = {196--213},
author = {Cristina Lanni and Silvia C. Lenzken and Alessia Pascale and Igor Del Vecchio and Marco Racchi and Francesca Pistoia and Stefano Govoni},
title = {Cognition enhancers between treating and doping the mind},
journal = {Pharmacological Research}
}
@book{kernighan1978c,
title={The C Programming Language},
author={Kernighan, B.W. and Ritchie, D.M.},
lccn={77028983},
series={Prentice-Hall software series},
year={1978},
publisher={Prentice-Hall}
}
@book{patterson2005computer,
Author = {David A. Patterson and John L. Hennessy},
Title = {Computer Organization and Design, Third Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design)},
Publisher = {Morgan Kaufmann},
Year = {2005},
language = {english}
}
@book{patterson2013computer,
Author = {David A. Patterson and John L. Hennessy},
Title = {Computer Organization and Design, Fifth Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design)},
Publisher = {Morgan Kaufmann},
Year = {2013},
language = {english}
}
@book{christof2006alan,
Author = {Christof Teuscher},
Title = {Alan Turing: Life and Legacy of a Great Thinker},
Publisher = {Springer},
Year = {2006},
language = {english}
}
@book{cohen2000howard,
Author = {I. Bernard Cohen},
Title = {Howard Aiken: Portrait of a Computer Pioneer (History of Computing)},
Publisher = {The MIT Press},
Year = {2000},
language = {english}
}
@book{wilkes1957automatic,
title={Automatic Digital Computers},
author={Wilkes, M.V.},
lccn={58000525},
year={1957},
publisher={Methuen},
language = {english}
}
@book{goldstine1980computer,
title={The Computer from Pascal to Von Neumann},
author={Goldstine, H.H.},
lccn={70173755},
series={ACLS Humanities E-Book},
year={1980},
publisher={Princeton University Press}
}
@book{redmond1980project,
title={Project Whirlwind: the history of a pioneer computer},
author={Redmond, K.C. and Smith, T.M.},
lccn={80014852},
series={Digital Press History of Computing Series},
year={1980},
publisher={Digital Press}
}
@book{international1962planning,
title={Planning a Computer System: Project Stretch},
author={Ballance, R.S. and Buchholz, W.},
lccn={61010466},
year={1962},
organization={International Business Machines Corporation},
publisher={McGraw-Hill}
}
@book{aho2008kompilyatory,
title={Компиляторы: принципы, технологии и инструментарий},
author={Ахо, А.В. and Лам, М.С. and Сети, Р. and Ульман, Д.Д. and Красиков, И.В.},
year={2008},
publisher={Вильямс},
language = {russian}
}
@book{anderson1995pentium,
title={Pentium Processor System Architecture},
author={Anderson, D. and Shanley, T.},
lccn={95001804},
series={Mindshare PC System Architecture},
year={1995},
publisher={Addison-Welsey}
}
%%%%%%%%%%%%%%%%%%%%%%
%% ARTICLES %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%
@article{Rojas1998,
doi = {10.1109/85.707574},
year = {1998},
publisher = {Institute of Electrical {\&} Electronics Engineers ({IEEE})},
volume = {20},
number = {3},
pages = {51--54},
author = {R. Rojas},
title = {How to make Zuse{\textquotesingle}s Z3 a universal computer},
journal = {{IEEE} Annals Hist. Comput.}
}
@article{eccles1919,
author = {Eccles, W. H. and Jordan, F. W.},
journal = {The Electrician},
month = {September},
timestamp = {2009-01-27T15:24:50.000+0100},
title = {A trigger relay utilizing three-electrode thermionic vacuum tubes},
volume = 83,
year = 1919,
language={english}
}
@article{moore1965,
added-at = {2009-01-04T17:09:31.000+0100},
author = {Moore, Gordon E.},
interhash = {886de6a8be647a56cc3de71d50149f5e},
intrahash = {867f7a1c71867074780e958c5cec38e4},
journal = {Electronics},
keywords = {www01 wwwbuch wwwkap1},
month = {April},
number = 8,
timestamp = {2009-01-27T15:24:50.000+0100},
title = {Cramming more components onto integrated circuits},
volume = 38,
year = 1965,
language={english}
}
@article{gupta1982,
title={Personal Computers},
author={Gupta, Amar and Toong, Hoo-min D.},
journal={Scientific American},
month={December},
volume=247,
issue=6,
year =1982,
language={english}
}
@article{kryder2005,
title={Kryder's Law},
author={Walter, Chip},
journal={Scientific American},
month={August},
volume=293,
issue=2,
year =2005,
language={english}
}
@article{gupta1983,
title={Персональные компьютеры},
author={Тунг, Ху Ду Мир and Гупта, Амар},
journal={В мире науки},
month={Август},
volume=8,
issue=8,
year =1983,
language={russian}
}
@inproceedings{moore1975,
author = {Moore, G. E.},
booktitle = {Electron Devices Meeting, 1975 International},
citeulike-article-id = {9745098},
citeulike-linkout-0 = {http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=1478174},
keywords = {microfabrication},
pages = {11--13},
posted-at = {2011-09-07 05:01:50},
priority = {2},
publisher = {IEEE},
title = {{Progress in digital integrated electronics}},
volume = {21},
year = {1975}
}
@article{medicus1992inapplicability,
title={The Inapplicability of the Biogenetic Rule to Behavioral Development},
author={Medicus, G.},
journal={Human Development},
volume={35},
year={1992},
month={June},
language={english}
}
@article{alpert1993pentium,
title={Architecture of the {Pentium} microprocessor},
author={Alpert, D. and Avnon, D.},
journal={IEEE Micro},
volume={13},
issue={3},
year={1993},
month={June},
publisher={IEEE Computer Society Press},
address={Los Alamitos, CA, USA},
organization={IEEE},
pages={11--21},
language={english}
}
@ARTICLE{BabayanE2K,
title={Main Principle of {E2K} Architecture},
author={Boris A. Babayan},
publisher={RON's Datacom Co.},
journal={Free Software},
year={2002},
volume={1},
issue={2},
month={February},
pages={13--26},
address={Wuhan, Hubei Province, China P. R.},
language={english}
}
@article{calder2000comparative,
title={A Comparative Survey of Load Speculation Architectures},
author={Calder, B. and Reinman, G.},
journal={Journal of Instruction-Level Parallelism},
year={2000},
volume={2},
language={english}
}
@ARTICLE{emer2002asim,
author={Emer, J. and Ahuja, P. and Borch, E. and Klauser, A. and Chi-Keung Luk and Manne, S. and Mukherjee, S.S. and Patil, H. and Wallace, S. and Binkert, N. and Espasa, R. and Juan, T.},
journal={IEEE Computer},
title={Asim: a performance model framework},
year={2002},
volume={35},
number={2},
pages={68-76},
keywords={digital simulation;microcomputers;performance evaluation;Asim;microprocessors;performance model framework;performance modeling;reusability;Analytical models;Context modeling;Hardware;Microprocessors;Predictive models;Propagation delay;Software performance;Software reusability;Software tools;Timing},
doi={10.1109/2.982918},
ISSN={0018-9162},
}
@article{performancecharacterization,
author = {Bird, Sarah and Phansalkar, Aashish and John, Lizy K. and Mericas, Alex and Indukuru, Rajeev},
title = {Performance Characterization of {SPEC} {CPU} Benchmarks on {Intel's} {Core} Microarchitecture based processor},
journal = {SPEC Benchmark Workshop},
year = {2007},
month = {January},
language={english}
}
@article{tomasulo1967efficient,
title={An Efficient Algorithm for Exploiting Multiple Arithmetic Units},
author={Tomasulo, R. M.},
journal={IBM Journal of Research and Development},
volume={11},
issue={1},
year={1967},
month={January},
pages={25--33},
organization={IBM Corp},
language={english}
}
@article{boos2005,
title={Анализ проблем обеспечения безопасности информации, передаваемой по оптическим каналам связи, и пути их решения},
author={Боос, А. В. and Шухардин, О. Н.},
journal={Информационное противодействие угрозам терроризма},
pages={162},
number={5},
language={russian},
year={2005}
}
@article{dotsenko1999,
title={Безопасность оптоволоконных кабельных систем},
author={Доценко, С. М.},
journal={Конфидент},
number={6},
language={russian},
year={1999},
pages={25--33},
}
@article{korolkov1997,
title={Проблемы защиты информации, передаваемой по волоконно-оптическим линиям связи, от несанкционированного доступа},
author={Корольков, А. В. and Кращенко, И. А. and Матюхин, В. Г. and Синев C. Г.},
journal={Информационное общество},
number={1},
language={russian},
year={1997},
pages={74--77}
}
@ARTICLE{Townsend1993,
author={Townsend, P.D. and Rarity, J.G. and Tapster, P.R.},
journal={Electronics Letters},
title={Single photon interference in 10 km long optical fibre interferometer},
year={1993},
month={April},
volume={29},
number={7},
pages={634-635},
keywords={avalanche photodiodes;cryptography;elemental semiconductors;germanium;light interferometers;optical communication;optical communication equipment;1.3 micron;10 km;APD;Ge avalanche photodiode;experiment;long optical fibre interferometer;pulsed semiconductor laser source;quantum cryptography systems;secret key transmission;semiconductors;single photon interference;single-photon counting scheme;wavelength},
doi={10.1049/el:19930424},
ISSN={0013-5194},
}
@article{kath1998,
author={Kath, Bill and Kath, Bonnie},
title={Making Waves: Solitons and Their Optical Applications},
journal={Society for Industrial and Applied Mathematics News},
volume={31},
number={2},
year={1998},
month={March},
}
@article{sabynin2001,
author={Сабынин, В. Н.},
title={Специалисты, давайте говорить на одном языке и понимать друг друга},
journal={Инфомост "--- средства связи},
language={russian},
number={13},
year={2001}
}
@article{Turing01011937,
author = {Turing, A. M.},
title = {On Computable Numbers, with an Application to the Entscheidungsproblem},
volume = {s2-42},
number = {1},
pages = {230-265},
year = {1937},
doi = {10.1112/plms/s2-42.1.230},
journal = {Proceedings of the London Mathematical Society}
}
@article{CHAMPAN1942,
doi = {10.1038/150508a0},
year = {1942},
month = {oct},
publisher = {Nature Publishing Group},
volume = {150},
number = {3809},
pages = {508--509},
author = {S. Champan},
title = {Blaise {P}ascal (1623{\textendash}1662)},
journal = {Nature}
}
@article{Stierhoff1998,
doi = {10.1109/85.646206},
year = {1998},
month = {jan},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {20},
number = {1},
pages = {29--35},
author = {G.C. Stierhoff and A.G. Davis},
title = {A history of the {IBM} Systems Journal},
journal = {{IEEE} Annals Hist. Comput.}
}
@article{Denning2005,
author = {Denning, Peter J.},
title = {The Locality Principle},
journal = {Commun. ACM},
issue_date = {July 2005},
volume = {48},
number = {7},
month = {July},
year = {2005},
issn = {0001-0782},
pages = {19--24},
numpages = {6},
doi = {10.1145/1070838.1070856},
acmid = {1070856},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Smith1982,
author = {Smith, Alan Jay},
title = {Cache Memories},
journal = {ACM Comput. Surv.},
issue_date = {Sept. 1982},
volume = {14},
number = {3},
month = {September},
year = {1982},
issn = {0360-0300},
pages = {473--530},
numpages = {58},
doi = {10.1145/356887.356892},
acmid = {356892},
publisher = {ACM},
address = {New York, NY, USA},
}
@INPROCEEDINGS{Rotenberg96,
author = {Eric Rotenberg and Steve Bennett and James E. Smith and Eric Rotenberg},
title = {Trace Cache: a Low Latency Approach to High Bandwidth Instruction Fetching},
booktitle = {In Proceedings of the 29th International Symposium on Microarchitecture},
year = {1996},
pages = {24--34}
}
@article{Rojas1997,
author = {Rojas, Ra\'{u}l},
title = {Konrad {Zuse}'s Legacy: The Architecture of the {Z1} and {Z3}},
journal = {IEEE Ann. Hist. Comput.},
issue_date = {April 1997},
volume = {19},
number = {2},
month = {April},
year = {1997},
issn = {1058-6180},
pages = {5--16},
numpages = {12},
doi = {10.1109/85.586067},
acmid = {612686},
publisher = {IEEE Educational Activities Department},
address = {Piscataway, NJ, USA},
}
@inproceedings{Auerbach1952,
author = {Auerbach, Isaac L.},
title = {A Static Magnetic Memory System for the {ENIAC}},
booktitle = {Proceedings of the 1952 ACM National Meeting (Pittsburgh)},
series = {ACM '52},
year = {1952},
location = {Pittsburgh, Pennsylvania},
pages = {213--222},
numpages = {10},
doi = {10.1145/609784.609813},
acmid = {609813},
publisher = {ACM},
address = {New York, NY, USA},
}
@ARTICLE{smith1978sequential,
author={Smith, A. J.},
journal={Computer},
title={Sequential Program Prefetching in Memory Hierarchies},
year={1978},
volume={11},
number={12},
pages={7-21},
keywords={Cache memory;Central Processing Unit;Computer architecture;Equations;Memory management;Prefetching},
doi={10.1109/C-M.1978.218016},
ISSN={0018-9162},
month={Dec},}
@ARTICLE{yang2005software,
author={Chia-Lin Yang and Hung-Wei Tseng and Chia-Chiang Ho and Ja-Ling Wu,},
journal={Circuits and Systems for Video Technology, IEEE Transactions on},
title={Software-controlled cache architecture for energy efficiency},
year={2005},
volume={15},
number={5},
pages={634-644},
keywords={cache storage;control engineering computing;embedded systems;multimedia systems;optimisation;power consumption;software engineering;dynamic power dissipation;energy efficiency optimization;multimedia embedded system;software-controlled cache architecture;Application software;Computer architecture;Costs;Embedded system;Energy consumption;Energy dissipation;Energy efficiency;Multimedia systems;Software testing;Space exploration;Dynamic power dissipation;MPEG-2;energy consumption;multimedia applications;software-controlled cache},
doi={10.1109/TCSVT.2005.846444},
ISSN={1051-8215},
month={May},}
@article{Beyls2005223,
title = "Generating cache hints for improved program efficiency ",
journal = "Journal of Systems Architecture ",
volume = "51",
number = "4",
pages = "223 - 250",
year = "2005",
note = "",
issn = "1383-7621",
doi = "http://dx.doi.org/10.1016/j.sysarc.2004.09.004",
author = "Kristof Beyls and Erik H. D’Hollander",
keywords = "Compiler optimization",
keywords = "Reuse distance",
keywords = "Replacement policy",
keywords = "Source cache hint",
keywords = "Target cache hint",
keywords = "EPIC "
}
@article{Gu2012,
author = {Gu, Xiaoming and Ding, Chen},
title = {A Generalized Theory of Collaborative Caching},
journal = {SIGPLAN Not.},
issue_date = {November 2012},
volume = {47},
number = {11},
month = {June},
year = {2012},
issn = {0362-1340},
pages = {109--120},
numpages = {12},
doi = {10.1145/2426642.2259012},
acmid = {2259012},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cache replacement policy, collaborative caching, optimal size-oblivious hint, priority cache hint, priority lru},
}
@article{Herlihy1993,
author = {Herlihy, Maurice and Moss, J. Eliot B.},
title = {Transactional Memory: Architectural Support for Lock-free Data Structures},
journal = {SIGARCH Comput. Archit. News},
issue_date = {May 1993},
volume = {21},
number = {2},
month = {May},
year = {1993},
issn = {0163-5964},
pages = {289--300},
numpages = {12},
doi = {10.1145/173682.165164},
acmid = {165164},
publisher = {ACM},
address = {New York, NY, USA},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% MEMORY DEPENDENCY %%%%
%%%% ARTICLES AND INPROCEEDINGS %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{chrysos1998memory,
title={Memory dependence prediction using store sets},
author={Chrysos, George Z and Emer, Joel S},
booktitle={ACM SIGARCH Computer Architecture News},
volume={26},
number={3},
pages={142--153},
year={1998},
organization={IEEE Computer Society}
}
@inproceedings{moshovos1997streamlining,
title={Streamlining inter-operation memory communication via data dependence prediction},
author={Moshovos, Andreas and Sohi, Gurindar S},
booktitle={Proceedings of the 30th annual ACM/IEEE international symposium on Microarchitecture},
pages={235--245},
year={1997},
organization={IEEE Computer Society}
}
@article{tyson1999memory,
title={Memory renaming: Fast, early and accurate processing of memory communication},
author={Tyson, Gary S and Austin, Todd M},
journal={International Journal of Parallel Programming},
volume={27},
number={5},
pages={357--380},
year={1999},
publisher={Springer}
}
@inproceedings{sha2006nosq,
title={No{S}{Q}: Store-load communication without a store queue},
author={Sha, Tingting and Martin, Milo MK and Roth, Amir},
booktitle={Proceedings of the 39th Annual IEEE/ACM International Symposium on Microarchitecture},
pages={285--296},
year={2006},
organization={IEEE Computer Society}
}
@INPROCEEDINGS{yoaz1999speculation,
author={Yoaz, A. and Erez, M. and Ronen, R. and Jourdan, S.},
booktitle={Computer Architecture, 1999. Proceedings of the 26th International Symposium on},
title={Speculation techniques for improving load related instruction scheduling},
year={1999},
month={},
pages={42-53},
keywords={microprocessor chips;performance evaluation;processor scheduling;resource allocation;cache-bank prediction;dependencies;dynamic latencies;instruction scheduler;latencies;load related instruction scheduling;memory disambiguation mechanism;microprocessors;multi-banked cache;out-of-order engine;pipelines;resource availability;speculation techniques;Availability;Bandwidth;Delay;Dispatching;Dynamic scheduling;Engines;Microprocessors;Out of order;Pipelines;Processor scheduling},
doi={10.1109/ISCA.1999.765938},
ISSN={1063-6897},
}
@INPROCEEDINGS{jourdan1998anovel,
author={Jourdan, S. and Ronen, R. and Bekerman, M. and Shomar, B. and Yoaz, A.},
booktitle={Microarchitecture, 1998. MICRO-31. Proceedings. 31st Annual ACM/IEEE International Symposium on},
title={A novel renaming scheme to exploit value temporal locality through physical register reuse and unification},
year={1998},
month={Nov},
pages={216-225},
keywords={microprogramming;Physical Register Reuse;dependency redirection;register and memory renaming;register reuse;renaming scheme;renaming schemes;result reuse;unification;value temporal locality;Ear;Electronic switching systems;Hardware;Lab-on-a-chip;Pipelines;Read only memory;Registers},
doi={10.1109/MICRO.1998.742783},
ISSN={1072-4451},
}
@INPROCEEDINGS{yoaz1999speculation,
author={Yoaz, A. and Erez, M. and Ronen, R. and Jourdan, S.},
booktitle={Computer Architecture, 1999. Proceedings of the 26th International Symposium on},
title={Speculation techniques for improving load related instruction scheduling},
year={1999},
month={},
pages={42-53},
keywords={microprocessor chips;performance evaluation;processor scheduling;resource allocation;cache-bank prediction;dependencies;dynamic latencies;instruction scheduler;latencies;load related instruction scheduling;memory disambiguation mechanism;microprocessors;multi-banked cache;out-of-order engine;pipelines;resource availability;speculation techniques;Availability;Bandwidth;Delay;Dispatching;Dynamic scheduling;Engines;Microprocessors;Out of order;Pipelines;Processor scheduling},
doi={10.1109/ISCA.1999.765938},
ISSN={1063-6897},
}
@INPROCEEDINGS{jourdan1998anovel,
author={Jourdan, S. and Ronen, R. and Bekerman, M. and Shomar, B. and Yoaz, A.},
booktitle={Microarchitecture, 1998. MICRO-31. Proceedings. 31st Annual ACM/IEEE International Symposium on},
title={A novel renaming scheme to exploit value temporal locality through physical register reuse and unification},
year={1998},
month={Nov},
pages={216-225},
keywords={microprogramming;Physical Register Reuse;dependency redirection;register and memory renaming;register reuse;renaming scheme;renaming schemes;result reuse;unification;value temporal locality;Ear;Electronic switching systems;Hardware;Lab-on-a-chip;Pipelines;Read only memory;Registers},
doi={10.1109/MICRO.1998.742783},
ISSN={1072-4451},
}
@misc{babaian2003method,
title={Method for removing dependent store-load pair from critical path},
author={Babaian, B.A. and Okunev, S.K. and Volkonsky, V.Y.},
year={2003},
month={Febraury},
publisher={Google Patents},
note={US Patent 6,516,463}
}
%%%%%%%%%%%%%%%%%%%%%%
%% INPROCEEDINGS %%%%%
%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{wang2002,
author = {Wang, Zhenlin and McKinley, Kathryn S. and Rosenberg, Arnold L. and Weems, Charles C.},
title = {Using the Compiler to Improve Cache Replacement Decisions},
booktitle = {Proceedings of the 2002 International Conference on Parallel Architectures and Compilation Techniques},
series = {PACT '02},
year = {2002},
isbn = {0-7695-1620-3},
pages = {199--},
acmid = {674328},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Papamarcos1984,
doi = {10.1145/800015.808204},
year = {1984},
publisher = {Association for Computing Machinery ({ACM})},
author = {Mark S. Papamarcos and Janak H. Patel},
title = {A low-overhead coherence solution for multiprocessors with private cache memories},
booktitle = {Proceedings of the 11th annual international symposium on Computer architecture - {ISCA} {\textquotesingle}84}
}
@inproceedings{wang2002,
author = {Wang, Zhenlin and McKinley, Kathryn S. and Rosenberg, Arnold L. and Weems, Charles C.},
title = {Using the Compiler to Improve Cache Replacement Decisions},
booktitle = {Proceedings of the 2002 International Conference on Parallel Architectures and Compilation Techniques},
series = {PACT '02},
year = {2002},
isbn = {0-7695-1620-3},
pages = {199--},
acmid = {674328},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Papamarcos1984,
doi = {10.1145/800015.808204},
year = {1984},
publisher = {Association for Computing Machinery ({ACM})},
author = {Mark S. Papamarcos and Janak H. Patel},
title = {A low-overhead coherence solution for multiprocessors with private cache memories},
booktitle = {Proceedings of the 11th annual international symposium on Computer architecture - {ISCA} {\textquotesingle}84}
}
@inproceedings{emer2007latebinding,
author={Sethumadhavan, S. and Roesner, F. and Emer, Joel S. and Burger, D. and Keckler, S. W.},
title={Late-binding: enabling unordered load-store queues},
booktitle=ISCA,
year={2007},
month={June},
pages={347--357},
language={english}
}
@inproceedings{kim2002isa,
author={Kim, H. S. and Smith, J. E.},
title={An instruction set and microarchitecture for instruction level distributed processing},
booktitle=ISCA,
year={2002},
month={May},
pages={71--81},
language={english}
}
@inproceedings{smith1981branch,
title={A study of branch prediction strategies},
author={James E. Smith},
booktitle=ISCA,
year={1981},
pages={135--148},
language={english}
}
@inproceedings{weaver2009density,
title={Code Density Concerns for New Architectures},
author={Weaver, V. M. and McKee, S. A.},
booktitle=ICCD,
year={2009},
month={October},
pages={459--464},
language={english}
}
@inproceedings{lam1992limits,
author = {Lam, Monica S. and Wilson, Robert P.},
title = {Limits of Control Flow on Parallelism},
booktitle = {Proceedings of the 19th Annual International Symposium on Computer Architecture},
series = {ISCA '92},
year = {1992},
location = {Queensland, Australia},
pages = {46--57},
numpages = {12},
doi = {10.1145/139669.139702},
acmid = {139702},
publisher = {ACM},
address = {New York, NY, USA},
}