Zig Compiler Internals: Zig Sema (ZIR => AIR)
https://mitchellh.com/zig/sema
https://mitchellh.com/zig/sema
LMAX Disruptor:
High Performance Inter-Thread Messaging Library
https://lmax-exchange.github.io/disruptor/
High Performance Inter-Thread Messaging Library
https://lmax-exchange.github.io/disruptor/
lmax-exchange.github.io
LMAX Disruptor
Announcing the FreeBSD/Firecracker platform
https://www.daemonology.net/blog/2022-10-18-FreeBSD-Firecracker.html
https://www.daemonology.net/blog/2022-10-18-FreeBSD-Firecracker.html
Using WebAssembly threads from C, C++ and Rust
https://web.dev/webassembly-threads/
https://web.dev/webassembly-threads/
Bit Twiddling Hacks
https://graphics.stanford.edu/~seander/bithacks.html
https://graphics.stanford.edu/~seander/bithacks.html
euro2022.pdf
2.8 MB
The “other” FreeBSD optimizations used
by Netflix to serve video at 800Gb/s from
a single server
by Netflix to serve video at 800Gb/s from
a single server
Where does Python 3.11 get its ~25% Speedup?
https://log.beshr.com/python-311-speedup-part-1/
https://log.beshr.com/python-311-speedup-part-1/
Zig's I/O and Concurrency Story
https://youtu.be/Ul8OO4vQMTw
https://youtu.be/Ul8OO4vQMTw
YouTube
Zig's I/O and Concurrency Story - King Protty - Software You Can Love 2022
0:00 Talk
30:13 Q&A
30:13 Q&A
❤1
Your next C compiler is a D compiler: Introducing DMD's ImportC
https://briancallahan.net/blog/20220704.html
https://briancallahan.net/blog/20220704.html
A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
https://github.com/samber/lo
https://github.com/samber/lo
GitHub
GitHub - samber/lo: 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...) - samber/lo
[RFC] MDL: A Micro-Architecture Description Language for LLVM
https://discourse.llvm.org/t/rfc-mdl-a-micro-architecture-description-language-for-llvm/66409
https://discourse.llvm.org/t/rfc-mdl-a-micro-architecture-description-language-for-llvm/66409
LLVM Discussion Forums
[RFC] MDL: A Micro-Architecture Description Language for LLVM
TL;DR: We’ve created a DSL and compiler for modeling micro-architecture that handles a very broad class of architectures - CPU, GPUs, VLIWs, DSPs, ML accelerators, and embedded devices. This effort grew out of a need to quickly develop and experiment with…
libgccjit: an API for embedding GCC inside programs and librarieshttps://gcc.gnu.org/onlinedocs/jit/
LibJIT: a library that provides generic Just-In-Time compiler functionality independent of any particular bytecode, language, or runtimehttps://www.gnu.org/software/libjit/
www.gnu.org
LibJIT
Skip to main text
How to make sure no Dynamic Memory is used (C/C++)
https://mcuoneclipse.com/2022/11/06/how-to-make-sure-no-dynamic-memory-is-used/
https://mcuoneclipse.com/2022/11/06/how-to-make-sure-no-dynamic-memory-is-used/
MCU on Eclipse
How to make sure no Dynamic Memory is used
How to disable heap (dynamic memory allocation) in an embedded application? This article goes into the details of linker files and how to detect dynamic memory allocation.
👍1
Language Mechanics On Escape Analysis (Go)
https://www.ardanlabs.com/blog/2017/05/language-mechanics-on-escape-analysis.html
https://www.ardanlabs.com/blog/2017/05/language-mechanics-on-escape-analysis.html
Ardan Labs
Language Mechanics On Escape Analysis
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Seeing through hardware counters: a journey to threefold performance increase (JVM / C++)
https://netflixtechblog.com/seeing-through-hardware-counters-a-journey-to-threefold-performance-increase-2721924a2822
https://netflixtechblog.com/seeing-through-hardware-counters-a-journey-to-threefold-performance-increase-2721924a2822
Medium
Seeing through hardware counters: a journey to threefold performance increase
By Vadim Filanovsky and Harshad Sane
Easy::jit: Just In Time Compilation for C++https://blog.quarkslab.com/easyjit-just-in-time-compilation-for-c.html
Quarkslab's blog
Easy::jit: Just-In-Time compilation for C++
Easy::jit is a library that brings just-in-time compilation to C++ codes. It allows developers to jit-compile some functions and specializing (part of) their parameters. Just-in-time compilation is done on-demand and controlled by the developer. The project…
👏1