Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^8: Module for 128-bit integer math?

by BrowserUk (Patriarch)
on Feb 09, 2011 at 04:04 UTC ( [id://887125]=note: print w/replies, xml ) Need Help??


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

but I don't see why it would disassemble existing objects.

It obviously wouldn't disassemble anything.

But if the 128-bit math functions were marked inline, their implementation would show up.

If not inlined, then the names of the routines called to perform it should be visible, and that would aid tracking down their implementation in the library sources.


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.

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

    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.

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://887125]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found