Displaying 1 result from an estimated 1 matches for "mutatereferences".
2002 Oct 13
0
[LLVMdev] Debugging memory errors on linux...
...ve/lattner/local/x86/bin/valgrind. Just run
it like this:
valgrind dis < post-process.o
...
==6220== Conditional jump or move depends on uninitialised value(s)
==6220== at 0x805D883: (within /mounts/apoc/disks/0/localhome/lattner/cvs/llvm/tools/Debug/dis)
==6220== by 0x807EF26: Constant::mutateReferences(Value*, Value*) (Constants.cpp:700)
==6220== by 0x80544DA: BytecodeParser::ResolveReferencesToValue(Value*, unsigned) (Reader.cpp:265)
==6220== by 0x804F7A6: BytecodeParser::ParseConstantPool(unsigned char const*&, unsigned char const*, std::vector<std::vector<V
Which, in this case...