|
From: Shahriyar A. <sm...@co...> - 2007-10-20 19:17:19
|
Hi, Under Valgrind 2.2.0, one had the option to instrument using microinstruction opcodes, such as MUL, and UMUL, how can I instrument such operations under Valgrind 3.3.0? Thank you, Shahriyar |
|
From: Nicholas N. <nj...@cs...> - 2007-10-21 23:05:32
|
On Sat, 20 Oct 2007, Shahriyar Amini wrote: > Under Valgrind 2.2.0, one had the option to instrument using > microinstruction opcodes, such as MUL, and UMUL, how can I instrument > such operations under Valgrind 3.3.0? I don't understand the question. In 3.X, you instrument code just by adding more code (ie. IR statements). In this respect, it's not that different to UCode in 2.2.0, it's just the code representation is different. Perhaps you can be more specific in your question? Nick |