feat: first prototype of optimizers + alloca optimizer

This commit is contained in:
2026-01-01 22:08:43 +01:00
parent 8a2d98e69e
commit 0b9cb7e7d9
12 changed files with 274 additions and 40 deletions

View File

@@ -68,8 +68,6 @@ public:
};
// using StringView = View<char>;
class StringView final : public View<char>
{
public: