c variadic calls

This commit is contained in:
2026-06-14 15:53:45 +02:00
parent 638ca57f5c
commit 2d3d0bd266
21 changed files with 409 additions and 35 deletions
+2
View File
@@ -87,6 +87,7 @@ Opcode :: enum u8 {
Orelse_Begin,
Orelse,
Widen,
C_Vararg_Promote,
Weaken_Pointer,
Neg_Checked,
Add_Checked,
@@ -115,6 +116,7 @@ Function :: struct {
implementation: Implementation,
linkage: Linkage,
is_main: bool,
variadic: bool,
param_types: []types.Type,
result: types.Type,
instructions: []Instruction,