"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "021249f3f315de9a3e655ebfaf81e30f2b890f92"
Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)
pair, and look up varargs in the execution stack every time, instead of just pushing iterators (which can be invalidated during callFunction()) around. (union GenericValue now has a "pair of uints" member, to support this mechanism.) Fixes Bug 234. llvm-svn: 11845
Loading
Please register or sign in to comment