These are public posts tagged with #compilers. You can interact with them if you have an account anywhere in the fediverse.
What Every Programmer Should Know about How CPUs Work • Matt Godbolt
Discussions: https://discu.eu/q/https://youtu.be/-HNpim5x-IE
Flambda2 Ep. 4: How to write a purely functional compiler | OCamlPro - https://ocamlpro.com/blog/2025_02_19_the_flambda2_snippets_4/
Welcome to a new episode of The Flambda2 Snippets!…
ocamlpro.comFlambda2 Ep. 4: How to write a purely functional compiler https://lobste.rs/s/ta5a6w #compilers #ml #performance
https://ocamlpro.com/blog/2025_02_19_the_flambda2_snippets_4/
Neat:
“A Surprising Enum Size Optimization In The Rust Compiler”, James Fennell (https://jpfennell.com/posts/enum-type-size/).
Via Lobsters: https://lobste.rs/s/w3jjb2/surprising_enum_size_optimization_rust
On HN: https://news.ycombinator.com/item?id=43616649
#Rust #PLDI #Compilers #Optimization #Enums #TaggedUnions #Variant #Efficiency #Programming
Personal website of James Fennell
jpfennell.comI wasn't lying when I said I would finish this yesterday, I just forgot to post. The "alpha" version of my compiler is up on GitHub with a basic README.md attached that I'll improve later
Note that the docs website isn't updated (yet)
If you want to check it out, please check out the [GitHub repository](https://github.com/Giona2/Compiled-Coding-Language)
Contribute to Giona2/Compiled-Coding-Language development…
GitHubPython Performance: Why 'if not list' is 2x Faster Than Using len()
https://blog.codingconfessions.com/p/python-performance-why-if-not-list
Discussions: https://discu.eu/q/https://blog.codingconfessions.com/p/python-performance-why-if-not-list
Discover why 'if not mylist' is twice as fast as 'len(mylist)…
Confessions of a Code AddictPython Performance: Why 'if not list' is 2x Faster Than Using len() https://lobste.rs/s/45xlaz #c #compilers #python
https://blog.codingconfessions.com/p/python-performance-why-if-not-list
Rust to C compiler - 95.9% test pass rate, odd platforms, and a Rust Week talk
https://fractalfir.github.io/generated_html/cg_clr_odd_platforms.html
Discussions: https://discu.eu/q/https://fractalfir.github.io/generated_html/cg_clr_odd_platforms.html
#compilers #compsci #cprogramming #dotnet #programming #rustlang
Rust to C compiler - 95.9% test pass rate, odd platforms https://lobste.rs/s/0ox9js #c #compilers #dotnet #rust
https://fractalfir.github.io/generated_html/cg_clr_odd_platforms.html
ELD: Introducing a new open-source embedded linker tool for embedded systems https://lobste.rs/s/jfyvpj #compilers #release
https://www.qualcomm.com/developer/blog/2025/04/eld-new-open-source-embedded-linker-tool-for-embedded-systems
Global Value Numbering Using Random Interpretation https://lobste.rs/s/w65rcu #pdf #compilers
https://www2.eecs.berkeley.edu/Pubs/TechRpts/2003/6359.html
GSoC 2024: The 1001 thresholds in LLVM https://lobste.rs/s/yphejx #compilers #performance
https://blog.llvm.org/posts/2024-08-31-the-1001-thresholds-in-llvm/
A surprising enum size optimization in the Rust compiler
https://jpfennell.com/posts/enum-type-size/
Discussions: https://discu.eu/q/https://jpfennell.com/posts/enum-type-size/
Personal website of James Fennell
jpfennell.comA surprising enum size optimization in the Rust compiler https://lobste.rs/s/w3jjb2 #compilers #rust
https://jpfennell.com/posts/enum-type-size/
"Verified" "Compilation" of "Python" with Knuckledragger, GCC, and Ghidra
https://www.philipzucker.com/knuckle_C_pcode/
Discussions: https://discu.eu/q/https://www.philipzucker.com/knuckle_C_pcode/
#assembly #compilers #compsci #formalmethods #programming #python #reversing
I’ve been building out some interesting facilities…
Hey There Buddo!