Unify %.frames_list and %.frame into a single data structure, generalizing r1212

to all frames instead of just the outer-most one.
This commit is contained in:
Frits van Bommel
2009-04-15 20:59:19 +02:00
parent 909c6dae18
commit c19ab2e539
3 changed files with 121 additions and 110 deletions

View File

@@ -109,10 +109,10 @@ IrFunction::IrFunction(FuncDeclaration* fd)
retArg = NULL;
thisArg = NULL;
nestArg = NULL;
elidedCtxList = false;
nestedVar = NULL;
framesType = NULL;
frameType = NULL;
depth = 0;
_arguments = NULL;
_argptr = NULL;