methodlookup: unique identifier for methods are name+signature
authorBernhard Urban <lewurm@gmail.com>
Sun, 20 May 2012 19:50:49 +0000 (21:50 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 20 May 2012 19:50:49 +0000 (21:50 +0200)
commit1315c607541c6fe37830242dfca042e60a2b6eb0
treebce832eab09b49fd9716991f22296355e5116396
parent14b1554eedad2c726dd39b17564f6e05ba4e7b19
methodlookup: unique identifier for methods are name+signature

in our case always the "first" method with the name was taken
(the signature was ignored)
Mate.hs
Mate/BasicBlocks.hs
Mate/ClassPool.hs
Mate/MethodPool.hs
Mate/Utilities.hs
Mate/X86CodeGen.hs
tests/Instance4.java [new file with mode: 0644]