docs(debugger): call getFrameStructType a literal (anonymous) struct type (A9.2)

This commit is contained in:
agra
2026-06-03 14:36:08 +03:00
parent e907fc9e01
commit 0e5b79ddab

View File

@@ -126,7 +126,7 @@ this.**
`Frame` is defined **once** in sx (`trace.sx`/std), and its runtime layout —
`{ string file, i32 line, i32 col, string func, string line_text }` — is
mirrored by the cached LLVM named-struct type `getFrameStructType()`
mirrored by the cached LLVM **literal (anonymous) struct type** `getFrameStructType()`
(`src/ir/emit_llvm.zig`). The reflection builder
(`src/backend/llvm/reflection.zig`) assembles each push site's global as an
LLVM **named-struct constant** over that cached type via