-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrefs.bib
More file actions
130 lines (118 loc) · 4.19 KB
/
Copy pathrefs.bib
File metadata and controls
130 lines (118 loc) · 4.19 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
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
@electronic{openjdk,
author = {Oracle},
title = {{OpenJDK}},
year = 2024,
url = {https://openjdk.org/},
note = "Accessed 2024-03-08"
}
@electronic{jdk:tag2232,
author = {Oracle},
title = {{openjdk/jdk (abbreviated commit: b5ed8cc)}},
year = 2024,
url = {https://github.com/openjdk/jdk},
note = "Accessed 2024-05-07"
}
@electronic{jvm,
author = {Oracle},
title = {{Java Virtual Machine Guide}},
year = 2023,
url = {https://docs.oracle.com/en/java/javase/21/vm/java-virtual-machine-technology-overview.html},
note = "Accessed 2024-03-08"
}
@electronic{hotspot,
author = {Oracle},
title = {{The Java HotSpot Performance Engine Architecture}},
year = 2024,
url = {https://www.oracle.com/java/technologies/whitepaper.html},
note = "Accessed 2024-03-08"
}
@electronic{zgc,
author = {Oracle},
title = {{The Z Garbage Collector}},
year = 2024,
url = {https://wiki.openjdk.org/display/zgc/Main},
note = "Accessed 2024-05-15"
}
@book{gchandbook,
title = {The Garbage Colleciton Handbook},
author = "Jones, Richard and Hosking, Antony and Moss, Eliot",
publisher = "Chapman \& Hall/CRC",
edition = 2,
year = 2023,
}
@inproceedings{TLSF,
author = {Masmano, M. and Ripoll, I. and Crespo, A. and Real, J.},
booktitle = {Proceedings. 16th Euromicro Conference on Real-Time Systems, 2004. ECRTS 2004.},
title = {{TLSF: a New Dynamic Memory Allocator for Real-Time Systems}},
year = {2004},
pages = {79-88},
doi = {10.1109/EMRTS.2004.1311009},
url = {https://doi.org/10.1109/EMRTS.2004.1311009}
}
@inproceedings{zgc:zpage_size_table,
author = {Yang, Albert Mingkun and \"{O}sterlund, Erik and Wrigstad, Tobias},
title = {Improving program locality in the {GC} using hotness},
year = {2020},
isbn = {9781450376136},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3385412.3385977},
doi = {10.1145/3385412.3385977},
booktitle = {Proceedings of the 41st ACM SIGPLAN Conference on Programming Language Design and Implementation},
pages = {301–313},
numpages = {13},
series = {PLDI 2020}
}
@article{zgc:deep_dive,
author = {Yang, Albert Mingkun and Wrigstad, Tobias},
title = {{Deep Dive into ZGC: A Modern Garbage Collector in OpenJDK}},
year = {2022},
issue_date = {December 2022},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {44},
number = {4},
issn = {0164-0925},
url = {https://doi.org/10.1145/3538532},
doi = {10.1145/3538532},
journal = {ACM Trans. Program. Lang. Syst.},
month = {sep},
articleno = {22},
numpages = {34},
}
@misc{casper,
title = {Adapting and Evaluating Buddy Allocators for use Within ZGC},
author = {Norrbin, Casper},
year = 2024,
series = {UPTEC IT},
number = 24000,
pages = 50,
issn = {1401-5749},
url = {https://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-000000},
institution = {Uppsala University, Department of Information Technology},
school = {Uppsala University, Department of Information Technology}
}
@misc{niclas,
title = {Partial Compaction in ZGC Using Free-Lists},
author = {Gärds, Niclas},
year = 2024,
series = {UPTEC IT},
number = 24000,
pages = 50,
issn = {1401-5749},
url = {https://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-000000},
institution = {Uppsala University, Department of Information Technology},
school = {Uppsala University, Department of Information Technology}
}
@misc{joel,
title = {Addressing Fragmentation in ZGC Through Custom Allocators},
author = {Sikström, Joel},
year = 2024,
series = {UPTEC IT},
number = 24000,
pages = 50,
issn = {1401-5749},
url = {https://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-000000},
institution = {Uppsala University, Department of Information Technology},
school = {Uppsala University, Department of Information Technology}
}