gallivm: Remove stub disassemblerSymbolLookupCB.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 29 May 2015 13:33:18 +0000 (14:33 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Mon, 1 Jun 2015 09:43:28 +0000 (10:43 +0100)
commit512117ce0e1b32b4e3086a638bf50b966a4724bc
treed5bdcace27573a8ebf806a5b8de9d4912b350950
parent7f62fdae1629d75dd581d1c57b28c2f099c5ef6b
gallivm: Remove stub disassemblerSymbolLookupCB.

It's incompletete -- it wasn't filling ReferenceType so it was causing
garbagge on the disassembly.  Furthermore it seems impossible to get the
jump information through this interface.

The solution for function size problem is to effectively book-keep the
machine code start and end address while JIT'ing.
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp