commit | 27fb45eb1c95f9cc02f4ed1b9d573ece0d4c1a18 | [log] [tgz] |
---|---|---|
author | Damien <damien.p.george@gmail.com> | Sun Oct 20 15:07:49 2013 +0100 |
committer | Damien <damien.p.george@gmail.com> | Sun Oct 20 15:07:49 2013 +0100 |
tree | ceac81236ebc3e0dcd201888f251016cb2af50ba | |
parent | a5185f4bc8f60fb2be82580e6f2d93fec53d0a33 [diff] [blame] |
Add local_num skeleton framework to deref/closure emit calls.
diff --git a/py/scope.h b/py/scope.h index 1b626c8..9a04c56 100644 --- a/py/scope.h +++ b/py/scope.h
@@ -7,6 +7,7 @@ }; typedef struct _id_info_t { + // TODO compress this info to make structure smaller in memory bool param; int kind; qstr qstr;