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


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

It obviously wouldn't disassemble anything.

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

then the names of the routines called to perform it should be visible

Confirmed by the demonstration I posted.

Replies are listed 'Best First'.
Re^10: Module for 128-bit integer math?
by BrowserUk (Patriarch) on Feb 09, 2011 at 18:22 UTC
    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.

      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.