Skip to content
Commit 7b4be13f authored by Brian Gaeke's avatar Brian Gaeke
Browse files

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
parent 84b76c9b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment