[svn r117] Initial working implementation of interfaces.

Groundwork for all the different types of class/interface casts laid out.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-24 06:33:00 +01:00
parent 0a8ff5931a
commit b43f5729b0
18 changed files with 867 additions and 145 deletions

View File

@@ -445,7 +445,7 @@ DUnion::DUnion()
}
}
{
/*{
LOG_SCOPE;
Logger::println("******** DUnion BEGIN");
size_t n = fields.size();
@@ -458,7 +458,7 @@ DUnion::DUnion()
}
}
Logger::println("******** DUnion END");
}
}*/
}
static void push_nulls(size_t nbytes, std::vector<llvm::Constant*>& out)