-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreferences.tex
261 lines (196 loc) · 9.6 KB
/
references.tex
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
\newpage
\addcontentsline{toc}{subsection}{references}
\begin{thebibliography}{99}
\bibitem{SYSVAMD64}
\href{https://software.intel.com/sites/default/files/article/402129/mpx-linux64-abi.pdf}{SYS V AMD64 unwinding}
\bibitem{WinX64}
\href{https://docs.microsoft.com/en-us/cpp/build/exception-handling-x64?view=vs-2019}{x64 Windows unwinding}
\bibitem{WinARM64}
\href{https://docs.microsoft.com/en-us/cpp/build/arm64-exception-handling?view=vs-2019}{ARM64 Windows unwinding}
\bibitem{OpenAcc}
{Chandrasekaran, Sunita and Juckeland, Guido (2018). "OpenACC for Programmers: Concepts and Strategies", (1st ed.).
Pearson Education, Inc}
\bibitem{CUDA}
{Wilt, Nicolas (2013). "The CUDA Handbook: A Comprehensive Guide to GPU Programming", (1st ed.).
Addison Wesley}
\bibitem{Tanenbaum2009}
{Tannenbaum, Andrew S. (2009). "Operating Systems. Design and Implementation", (3rd ed.).
Pearson Education, Inc}
\bibitem{Moura2009}
\href{http://www.inf.puc-rio.br/~roberto/docs/MCC15-04.pdf}
{Moura, Ana L\'{u}cia De and Ierusalimschy, Roberto. "Revisiting coroutines".
ACM Trans. Program. Lang. Syst., Volume 31 Issue 2, February 2009, Article No. 6}
\bibitem{N3985}
\href{http://isocpp.org/files/papers/n3985.pdf}
{N3985: A proposal to add coroutines to the C++ standard library}
\bibitem{Standard}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/n4981.pdf}
{N4981: Working Draft, Programming Languages -- C++}
\bibitem{P0099R0}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0099r0.pdf}
{P0099R0: A low-level API for stackful context switching}
\bibitem{P0099R1}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0099r1.pdf}
{P0099R1: A low-level API for stackful context switching}
\bibitem{P0534R3}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0534r3.pdf}
{P0534R3: call/cc (call-with-current-continuation): A low-level API for stackful
context switching}
\bibitem{P0660R10}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0660r10.pdf}
{P0660R10: Stop Tokens and a Joining Thread}
\bibitem{P0709R4}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0709r4.pdf}
{P0709R4: Zero-overhead deterministic exceptions: Throwing values}
\bibitem{P0772R1}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0772r1.pdf}
{P0772R1: Execution Agent Local Storage}
\bibitem{P0876R0}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0876r0.pdf}
{P0876R0: fibers without scheduler}
\bibitem{P0876R2}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0876r2.pdf}
{P0876R2: fibers without scheduler}
\bibitem{P0876R3}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0876r3.pdf}
{P0876R3: fibers without scheduler}
\bibitem{P0876R5}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0876r5.pdf}
{P0876R5: fibers without scheduler}
\bibitem{P0876R6}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0876r6.pdf}
{P0876R6: fibers without scheduler}
\bibitem{D0876R7}
\href{http://wiki.edg.com/pub/Wg21cologne2019/SG1/D0876R7.pdf}
{D0876R7: fibers without scheduler}
\bibitem{P0876R8}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0876r8.pdf}
{P0876R8: fibers without scheduler}
\bibitem{P0876R9}
\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0876r9.pdf}
{P0876R9: fibers without scheduler}
\bibitem{P0876R10}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0876r10.pdf}
{P0876R10: fibers without scheduler}
\bibitem{P0876R11}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0876r11.pdf}
{P0876R11: fibers without scheduler}
\bibitem{P0876R12}
\href{https://isocpp.org/files/papers/P0876R12.pdf}
{P0876R12: fibers without scheduler}
\bibitem{P0876R13}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p0876r13.pdf}
{P0876R13: fibers without scheduler}
\bibitem{P0876R14}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p0876r14.pdf}
{P0876R14: fibers without scheduler}
\bibitem{P0876R15}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p0876r15.pdf}
{P0876R15: fibers without scheduler}
\bibitem{P0876R16}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p0876r16.pdf}
{P0876R16: fibers without scheduler}
\bibitem{P0876R17}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p0876r17.pdf}
{P0876R17: fibers without scheduler}
\bibitem{P0876R18}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p0876r18.pdf}
{P0876R18: fibers without scheduler}
\bibitem{P0876R19}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p0876r19.pdf}
{P0876R19: fibers without scheduler}
\bibitem{P1677R2}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1677r2.pdf}
{P1677R2: Cancellation is serendipitous-success}
\bibitem{P1820R0}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1820r0.html}
{P1820R0: Recommendations for a compromise on handling errors and cancellations in executors}
\bibitem{P2175R0}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2175r0.html}
{P2175R0: Composable cancellation for sender-based async operations}
\bibitem{P3346R0}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3346r0.pdf}
{P3346R0: \tlocal means fiber-specific}
\bibitem{P3367R3}
\href{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3367r3.html}
{P3367R3: constexpr coroutines}
\bibitem{P3620R0}
\href{https://isocpp.org/files/papers/P3620R0.pdf}
{P3620R0: Concerns with the proposed addition of fibers to C++26}
\bibitem{coreguidlines}
\href{http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ri-global}
{C++ Core Guidelines}
\bibitem{SYSVABI}
\href{http://software.intel.com/sites/default/files/article/402129/mpx-linux64-abi.pdf}
{System V Application Binary Interface AMD64 Architecture Processor
Supplement}
\bibitem{bcontext}
\href{http://www.boost.org/doc/libs/release/libs/context/doc/html/index.html}
{Library \emph{Boost.Context}}
\bibitem{bcoroutine2}
\href{http://www.boost.org/doc/libs/release/libs/coroutine2/doc/html/index.html}
{Library \emph{Boost.Coroutine2}}
\bibitem{bfiber}
\href{http://www.boost.org/doc/libs/release/libs/fiber/doc/html/index.html}
{Library \emph{Boost.Fiber}}
\bibitem{fbmcrouter}
\href{https://code.facebook.com/posts/296442737213493/introducing-mcrouter-a-memcached-protocol-router-for-scaling-memcached-deployments}
{Facebook's \emph{mcrouter}}
\bibitem{fbthrift}
\href{https://github.com/facebook/fbthrift}
{Facebook's \emph{Thrift}}
\bibitem{fbfiber}
\href{https://github.com/facebook/folly/tree/master/folly/fibers}
{Facebook's \emph{folly::fibers}}
\bibitem{bbquantum}
\href{https://github.com/bloomberg/quantum}
{Bloomberg's \emph{quantum}}
\bibitem{bthread}
\href{https://brpc.apache.org/docs/bthread/}
{Baidu's \emph{bthread} in brpc}
\bibitem{habanero}
\href{https://wiki.rice.edu/confluence/display/HABANERO/Habanero+Extreme+Scale+Software+Research+Project}
{Habanero Extreme Scale Software Research Project}
\bibitem{hclib}
\href{https://github.com/habanero-rice/hclib}
{Habanero HClib}
\bibitem{libco}
\href{https://github.com/Tencent/libco}
{Tencent's \emph{libco}}
\bibitem{libeasy}
\href{https://github.com/oceanbase/oceanbase/tree/develop/deps/easy}
{Alibaba's \emph{libeasy}}
\bibitem{libgo}
\href{https://github.com/yyzybb537/libgo}
{Library \emph{libgo}}
\bibitem{photon}
\href{https://github.com/alibaba/PhotonLibOS}
{Alibaba's \emph{Photon}}
\bibitem{state-threads}
\href{https://github.com/ossrs/state-threads}
{Library \emph{state-threads}}
\bibitem{synca}
\href{https://github.com/gridem/Synca}
{Library \emph{Synca}}
\bibitem{tbb}
\href{https://github.com/intel/tbb}
{Intel's \emph{TBB}}
\bibitem{userver}
\href{https://github.com/userver-framework}
{userver - The C++ Framework}
\bibitem{stlouisnotes}
\href{https://wiki.edg.com/bin/view/Wg21stlouis2024/NotesEWGP0876}
{St. Louis 2024 EWG notes}
\bibitem{wroclawnotes}
\href{https://wiki.edg.com/bin/view/Wg21wroclaw2024/NotesEWGP0876}
{Wrocław 2024 EWG notes}
\bibitem{wroclawp3346}
\href{https://wiki.edg.com/bin/edit/Wg21wroclaw2024/P3346R0?topicparent=Wg21wroclaw2024.SG1}
{Wrocław 2024 SG1 notes on P3346R0}
\bibitem{onwindows}
\href{https://lists.isocpp.org/ext/2025/02/25138.php}
{Microsoft feedback on P0876R19 implementability.\& desirability}
\bibitem{hagenbergp3367}
\href{https://wiki.edg.com/bin/edit/Wg21hagenberg2025/NotesEWGP3367}
{Hagenberg 2025 EWG notes on P3367R3}
\end{thebibliography}