Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

maskray.me

Get the latest updates from directly as they happen.

Follow now 115 followers

Latest posts

Last updated 20 days ago

Remarks on SFrame

21 days ago

UNDER CONSTRUCTIONThe .sframe format is a lightweight alternative to.eh_frame designed for efficient...

lld 21 ELF changes

about 1 month ago

LLVM 21.1 have been released. As usual, I maintain lld/ELF and haveadded...

Benchmarking compression programs

about 2 months ago

Compression algorithms can be broadly categorized into three groupsbased on their typical...

Benchmarking compression programs

about 2 months ago

Compression algorithms can be broadly categorized into three groupsbased on their typical...

Understanding alignment - from source to object file

about 2 months ago

Define alignment: Explain what memory alignment means (e.g., placingdata at addresses that...

LLVM integrated assembler: Improving sections and symbols

2 months ago

In my previous post, LLVMintegrated assembler: Improving expressions and relocations delvedinto enhancements...

LLVM integrated assembler: Engineering better fragments

3 months ago

In my previous assembler posts, I've discussed improvements onexpression evaluation and relocation...

GCC 13.3.0 miscompiles LLVM

3 months ago

For years, I've been involved in updating LLVM's MC layer. A recentjourney...

LLVM integrated assembler: Improving expressions and relocations

5 months ago

In my previous post, LLVMintegrated assembler: Improving MCExpr and MCValue, I exploredimprovements...

LLVM integrated assembler: Improving expressions and relocations

5 months ago

UNDER CONSTRUCTIONIn my previous post, LLVMintegrated assembler: Improving MCExpr and MCValue delved...

LLVM integrated assembler: Improving MCExpr and MCValue

7 months ago

In my previous post, RelocationGeneration in Assemblers, I explored some key concepts...