http://qs321.pair.com?node_id=887248


in reply to Re^9: Module for 128-bit integer math?
in thread Module for 128-bit integer math?

Then it will obviously just show the calls to system library routines.

Unless they are inlined. Full circle.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^10: Module for 128-bit integer math?

Replies are listed 'Best First'.
Re^11: Module for 128-bit integer math?
by ikegami (Patriarch) on Feb 09, 2011 at 19:28 UTC

    The question was if one just sees the call or if one also sees the operations. If there is a call, then the function is not inlined, and your qualification is useless. If there is a call, one would need to disassemble the library to see the operations. Yes, this is obvious, but you asked.

      And if it can, would it show the actual operations involved, or just calls to system library routines? Are they inlined?

      In my mind there is an implied "ie." between the two sentneces in that paragrpah. Making the second question a restatement of the first. But no matter, I got what I wanted thanks.


      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.