From 2a5070bb87f406881bd2bc56d6a5c199ddbd8841 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Fri, 12 Jun 2026 13:17:21 -0700 Subject: [PATCH] update change log --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0206e008..748e1e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,15 @@ - Adjusted evaluation visualizations to include fully qualified symbol names. (#809) +## Linker Changes +- /OPT:REF Fixed a race in the dead-code-elimination pass where the linker + sometimes erroneously removed live sections. +- Fixed a bug where the linker emitted relocations for empty COFF resource entries, + which lead to "relocating against symbol that is in a removed section" errors. +- Added the /RAD_TYPE_SERVER switch to run the type-dedup pass on object files, + producing RRT files that can be passed back on the next link to improve + linking speed. + # v0.9.26-alpha ## Debugger Changes