docs(debugger): call getFrameStructType a literal (anonymous) struct type (A9.2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user