Pavel, My case is :The insertion of instrumentation code occurs in an optpass applied to a method(suppose foo), and TranslatorSession is used to translate the callees of foo. My question is whether the instrumentation code injected to callees of foo there is permanent. If not, how can I make that modified HIR permanent?
Thanks, 2007/9/19, Pavel Ozhdikhin <[EMAIL PROTECTED]>: > > Estelle, > > Could you please give more details - what information do you want to > obtain > from the JIT? > For example, the simplest case is when the methods in the call chain are > inlined - you may adjust the inliner to insert the instrumentation code. > > Thanks, > Pavel > > > On 9/16/07, Estelle Liu <[EMAIL PROTECTED]> wrote: > > > > Hi,everyone, > > I'd like to instrument in the HIR of a method chain with call relations. > > Is there any way to go? > > > > -- > > Estelle > > > -- Estelle
