Add local_num skeleton framework to deref/closure emit calls.

This commit is contained in:
Damien
2013-10-20 15:07:49 +01:00
parent a5185f4bc8
commit 27fb45eb1c
8 changed files with 31 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ enum {
};
typedef struct _id_info_t {
// TODO compress this info to make structure smaller in memory
bool param;
int kind;
qstr qstr;