| ... | @@ -3069,6 +3069,10 @@ pub fn updateFunc(wasm: *Wasm, pt: Zcu.PerThread, func_index: InternPool.Index, | ... | @@ -3069,6 +3069,10 @@ pub fn updateFunc(wasm: *Wasm, pt: Zcu.PerThread, func_index: InternPool.Index, |
| 3069 | try wasm.functions.ensureUnusedCapacity(gpa, 1); | 3069 | try wasm.functions.ensureUnusedCapacity(gpa, 1); |
| 3070 | try wasm.zcu_funcs.ensureUnusedCapacity(gpa, 1); | 3070 | try wasm.zcu_funcs.ensureUnusedCapacity(gpa, 1); |
| 3071 | | 3071 | |
| | 3072 | const ip = &zcu.intern_pool; |
| | 3073 | const owner_nav = zcu.funcInfo(func_index).owner_nav; |
| | 3074 | log.debug("updateFunc {}", .{ip.getNav(owner_nav).fqn.fmt(ip)}); |
| | 3075 | |
| 3072 | const zds: ZcuDataStarts = .init(wasm); | 3076 | const zds: ZcuDataStarts = .init(wasm); |
| 3073 | | 3077 | |
| 3074 | // This converts AIR to MIR but does not yet lower to wasm code. | 3078 | // This converts AIR to MIR but does not yet lower to wasm code. |