It’s been used for a better performance, but only works for leaf functions. Working szenario (Leaf function) Nice, it’s fast,
Continue readingCategory: Computer
Adding debug symbols to coredump
Let’s assume you have a coredump from an embedded device and you want to analyse it on your local machine.
Continue readingCompressed download (HTTP)
There are two ways to transmit compressed data via HTTP: Content-Encoding and Transfer-Encoding. Content-Encoding Transfer-Encoding Request header Accept-Encoding: {algorithms} TE:
Continue readingHW video decoding (via GPU)
GPUs get used to outsource graphic processing from the CPU. They are designed for this purpose and will therefore perform
Continue readingSlideshow with shown title (ExifTool + IrfanView)
The images are named ‘<year> <idx> – <description>.jpg’. But there is no Title set in the metadata yet. IrfanView supports
Continue readingDoes the charger work with my device?
First of all you have to trust the charger, that it will provide exactly the described power. Alternatively you can
Continue readingUSB standards
USB is used everywhere today. Its main applications are charging and data transfer (MSD, MTP, A&V). It started with flash
Continue readingReturn value optimization (RVO)
It’s a part of the copy elision, which is a compiler optimization strategy defined in the C++ standard. Scenario 1
Continue reading