Skip to content

Commit 716ae9a

Browse files
committed
std::bytes in cpp
1 parent 5007551 commit 716ae9a

8 files changed

Lines changed: 1457 additions & 1 deletion

File tree

docs/articles.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This section serves as a **technical knowledge base** containing conceptual arti
184184
<tbody>
185185

186186
<tr>
187-
<td rowspan="6">Compiler Engineering</td>
187+
<td rowspan="7">Compiler Engineering</td>
188188
<td>What Happens When You Compile Code</td>
189189
<td>Coming Soon</td>
190190
<td>Coming Soon</td>
@@ -232,12 +232,28 @@ This section serves as a **technical knowledge base** containing conceptual arti
232232
<td>Coming Soon</td>
233233
</tr>
234234

235+
<tr>
236+
<td>std::byte vs unsigned char: Do Modern Compilers Optimize Them Differently?</td>
237+
<td><a href="./std-byte-vs-unsigned-char">Article</a></td>
238+
<td>Coming Soon</td>
239+
<td>Coming Soon</td>
240+
<td>Coming Soon</td>
241+
</tr>
242+
235243
<tr>
236244
<td>Where GCC and Clang Diverge: A Pass-Level Trace of the 2D Stencil Loop</td>
237245
<td><a href="./where_gcc_and_clang_diverge_stencil_pass_trace">Article</a></td>
238246
<td>Coming Soon</td>
239247
<td>Coming Soon</td>
240248
<td>Coming Soon</td>
249+
</tr>
250+
251+
<tr>
252+
<td>Validating Language Energy Efficiency Claims in C, C++, and Rust</td>
253+
<td><a href="./language_energy_efficiency_validation">Article</a></td>
254+
<td>Coming Soon</td>
255+
<td>Coming Soon</td>
256+
<td>Coming Soon</td>
241257
</tr>
242258

243259
</tbody>

0 commit comments

Comments
 (0)