Instrumenting formal parameters in Chord

24 views
Skip to first unread message

Yu Feng

unread,
Jun 24, 2014, 1:07:58 PM6/24/14
to chord-...@googlegroups.com
Hi all,

Supposed I want to do the following instrumentation: Assigning the value of a formal parameter to a local var and performing operations on the local instead of operating on the parameter directly:

GETFIELD_A T1, R0, .name  
will be translated into:
MOVE_A T1, R0
GETFIELD_A T2, T1, .name  

How do we implement this in Chord?

Thanks in advance,
Yu

  
Reply all
Reply to author
Forward
0 new messages