feat(profile): more Lua information

This commit is contained in:
phaneron 2026-04-15 13:55:03 -04:00
parent 1479e2f5a0
commit fcf5f9352a
10 changed files with 233 additions and 12 deletions

View file

@ -13,6 +13,7 @@ DECLARE_STRUCT(LG);
#include "lua/object.h"
#include "lua/types.h"
#include "lua/zio.h"
struct stringtable {
GCObject** hash;