Re: [Open64-devel] Indirect call and opaque call

2014-06-17 Thread Jian-Xin Lai
ICALL means the call is done via the function pointer. OCALL is still a direct call but the callee isn't in current IPA scope. 2014-06-13 3:44 GMT+08:00 daniel tian : > OK. I figured out what is indirect call and opaque call. Both indirect > call and opaque call are the PUs that cannot find in A

Re: [Open64-devel] Indirect call and opaque call

2014-06-12 Thread daniel tian
OK. I figured out what is indirect call and opaque call. Both indirect call and opaque call are the PUs that cannot find in Aux_Pu_Table. On Thu, Jun 12, 2014 at 11:51 AM, daniel tian wrote: > Hi everyone: > I have a quick question about indirect call and opaque call. There are > two class

[Open64-devel] Indirect call and opaque call

2014-06-12 Thread daniel tian
Hi everyone: I have a quick question about indirect call and opaque call. There are two class member in the IPA_NODE: IPA_ICALL_LIST _icall_list; // List of indirect calls from this PU IPA_ICALL_LIST _ocall_list; // List of opaque calls from this PU what are these two membe