mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
elf: use arena for incremental cache
This commit is contained in:
parent
bd5fc899db
commit
4604577ae1
1 changed files with 0 additions and 2 deletions
|
|
@ -809,8 +809,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod
|
|||
|
||||
const csu = try CsuObjects.init(arena, comp);
|
||||
|
||||
// Here we will parse object and library files (if referenced).
|
||||
|
||||
// csu prelude
|
||||
if (csu.crt0) |path| try parseObjectReportingFailure(self, path);
|
||||
if (csu.crti) |path| try parseObjectReportingFailure(self, path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue