🦞🌯 Lobster Roll

Thread

Analyzing Binary Size Bloat in Tock (tweedegolf.nl)

Stories related to "Analyzing Binary Size Bloat in Tock" across the full archive.

Analyzing Binary Size Bloat in Tock (tweedegolf.nl)
`llvm-tools`, a new rustup component for binary inspection (objdump, nm, size) and profiling (profdata) (internals.rust-lang.org)
Show HN: Shed Light on Your Go Binary Bloat with Go Size Analyzer (github.com)
I&#x27;ve created a powerful tool to help Go developers uncover the hidden giants in their compiled binaries. Go Size Analyzer is like an X-ray machine for your Go executables, revealing:<p>Which dependencies are eating up your binary size<p>Unexpected bloat from standard library or vendor packages<...
Reducing WASM binary size: lessons from building a web terminal (warp.dev)
Reducing binary size of (Rust) programs with debuginfo (kobzol.github.io)
Go Binary Sizes Are Growing out of Control (donatstudios.com)
Nim binary size from 160 KB to 150 Bytes (hookrace.net)
A Formal Verification of Rust's Binary Search Implementation (kha.github.io)
bloaty: Measure the size of your Go program (github.com)
Cross-compile and link a static binary on macOS for Linux with cargo and rust - chr4 (chr4.org)
Introducing Bloaty McBloatface: a size profiler for binaries (blog.reverberate.org)
Optimizing Rust Struct Size: A 6-month Compiler Development Project (camlorn.net)
Twiggy, a code size profiler for WebAssembly (github.com)
Binary Debloating for Security via Demand Driven Loading (arxiv.org)
How C array sizes become part of the binary interface of a library (developers.redhat.com)
Thoughts on Rust bloat (raphlinus.github.io)
Embedded Rust pattern - Zero Sized References (ferrous-systems.com)
Reducing the size of a Rust GStreamer plugin (collabora.com)
Fully-Featured FM Synthesizer in the Browser made with Rust, Web Audio, and SIMD WebAssembly (notes.ameo.design)
I wrote a blog post going over the technical details of both FM synthesis as well as the process of building the synth by compiling Rust to WebAssembly and running it performantly in the browser via Web Audio: https://cprimozic.net/blog/fm-synth-rust-wasm-simd/ Full source code: https://github.co...
The magical applications of Zero-Sized Types in Rust (hardmo.de)
Sizedness in Rust (github.com)
Deserializing Binary Data Files in Rust (adventures.michaelfbryan.com)
i-probably-didnt-backdoor-this: Using Reproducible Builds to verify a Rust binary (github.com)
Optimize Rust binaries size with cargo and Semver (oknozor.github.io)
nuta/kerla: A new operating system kernel with Linux binary compatibility written in Rust (github.com)
Optimizing the size of the Go binary (prog.world)
Digital audio synthesizer in rust (0xc45.com)
Benchmarking and analyzing Rust code performance with Criterion and Iai (notamonadtutorial.com)
Analyzing BSD Kernels for Uninitialized Memory Disclosures using Binary Ninja (zerodayinitiative.com)
Creating a priority queue with a custom sort order using a binary heap in Rust (dev.to)