all: clarify self-hosted compiler TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-20 23:37:48 -07:00
parent f56606a3c3
commit 4199d2a001
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ const gpu = @import("gpu");
pub const App = @This();
// TODO: without a field in this struct, stage3 seems to think `*App` is a `*const App`
// TODO(self-hosted): without a field in this struct, stage3 seems to think `*App` is a `*const App`
unused: f32,
const workgroup_size = 64;