-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.bib
More file actions
63 lines (54 loc) · 1.92 KB
/
bibliography.bib
File metadata and controls
63 lines (54 loc) · 1.92 KB
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
@article{bib:jahre,
Author = {M. Jahre},
Title = {Managing Shared Resources in Chip Multiprocessor Memory Systems},
Year = {2010}}
@article{bib:grannes,
Author = {M. Grannæs},
Title = {Reducing Memory Latency by Improving Resource Utilization},
Year = {2010}}
@manual{bib:m5,
Title = {The gem5 simulator},
Howpublished = "\url{http://www.gem5.org/Main_Page}",
Organization = {gem5},
Year = {2015}}
@manual{bib:cpu2000,
Title = {SPEC CPU2000: Read Me First},
Year = {2001},
Organization = {Standard Performance Evaluation Corporation},
Howpublished = "\url{https://www.spec.org/cpu2000/docs/readme1st.html}"
}
@manual{bib:doc,
Title = {M5 simulator system TDT4260 Computer Architecture User documentation},
Author = {Department of Computer and Information Science NTNU},
Year = {2014}}
@article{bib:ghb,
Title = {Data Cacheprefetching Using a Global History Buffer},
Author = {K. J. Nesbit, J. E. Smith},
Year = {2005},
Howpublished = "\url{http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1411721}"
}
@article{bib:stride,
Title = {Evaluation of Hardware-Based Stride and Sequential Prefetching in Shared-Memory Multiprocessors},
Author = {F. Dahlgren, P. Stenstrom},
Year = {1996},
Howpublished = "\url{http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=494633}"
}
@article{bib:alpha-21264,
Title = {The Alpha 21264 microprocessor},
Author = {R. E. Kessler},
Year = {1999}
}
@article{bib:moore,
Title = {Cramming More Components onto Integrated Circuits},
Author = {G. E. Moore},
Year = {1998},
Howpublished = "\url{http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=658762}"
}
@misc{bib:moore-slowdown,
Title = {Intel pushes 10nm chip-making process to 2017, slowing Moore's Law},
Author = {J. Niccolai},
Month = {7},
Year = {2015},
Howpublished = "\url{http://www.infoworld.com/article/2949153/hardware/intel-pushes-10nm-chipmaking-process-to-2017-slowing-moores-law.html}",
Note = "Accessed 15.04.2016"
}