Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,23 @@ This section serves as a **technical knowledge base** containing conceptual arti
<tbody>

<tr>
<td rowspan="7">Compiler Engineering</td>
<td rowspan="10">Compiler Engineering</td>
<td>What Happens When You Compile Code</td>
<td>Coming Soon</td>
<td>Coming Soon</td>
<td>Coming Soon</td>
<td>Coming Soon</td>
</tr>

<tr>
<td>Rustc Pipeline vs C++ Compilation Pipeline</td>
<td><a href="./rustc-pipeline-vs-cpp-compilation-pipeline">Article</a></td>
<td>Coming Soon</td>
<td>Coming Soon</td>
<td>Coming Soon</td>
<td>Coming Soon</td>
</tr>

<tr>
<td>Phases of a Compiler</td>
<td>Coming Soon</td>
Expand Down Expand Up @@ -267,7 +276,6 @@ This section serves as a **technical knowledge base** containing conceptual arti
<td>Coming Soon</td>
<td>Coming Soon</td>
</tr>

</tbody>
</table>

Expand Down
1,270 changes: 1,270 additions & 0 deletions docs/articles/rustc-pipeline-vs-cpp-compilation-pipeline.md

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sidebars/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,15 @@ const site = {
'articles/where_gcc_and_clang_diverge_stencil_pass_trace',
'articles/hft_stdlib_restrictions',
'articles/language_energy_efficiency_validation',
'articles/rust-vs-modern-cpp-memory-safety-beyond-the-hype',

{
type: 'category',
label: 'Compiler Comparisons',
collapsed: false,
items: [
'articles/rust-vs-modern-cpp-memory-safety-beyond-the-hype',
'articles/rustc-pipeline-vs-cpp-compilation-pipeline',
],
},
{
type: 'category',
label: 'Tech Blog',
Expand Down
Binary file added static/img/articles/clang-ftime-trace-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/compile-time-heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/compiler-safety-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/llvm-convergence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/rustc-cpp-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/rustc-mir-cfg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/rustc-mir-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/articles/rustc-rust-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading