Displaying 2 results from an estimated 2 matches for "xngine".
Did you mean:
engine
2008 Sep 16
2
[LLVMdev] tracing stack variables
...se when data is
allocated the information I want is already being used to determine
allocation space . But I'm don't think stack accessions are included in
its scope . I do need global (and static) info but I'm confident
everything I need is here .
I'm still interested in using XNgine::LoadFromMemory to access my stack
variables but I wonder what someone more experienced would do ;
Will this cover all of the bases ? ; Can I reference metadata at (or
near) the pointer returned by 'alloca' to get the info I need ?
thanks ,
dane van dyck
georgia institute of technology
2008 Sep 16
0
[LLVMdev] tracing stack variables
...ted the information I want is already being used to determine
> allocation space . But I'm don't think stack accessions are included
> in its scope . I do need global (and static) info but I'm confident
> everything I need is here .
> I'm still interested in using XNgine::LoadFromMemory to access my
> stack variables but I wonder what someone more experienced would
> do ; Will this cover all of the bases ? ; Can I reference metadata
> at (or near) the pointer returned by 'alloca' to get the info I need ?
Doesn't sound like you're on...