Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Need help using Inline::Module with JavaScript::Embedded

by syphilis (Archbishop)
on Jul 14, 2022 at 14:34 UTC ( [id://11145520]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Need help using Inline::Module with JavaScript::Embedded
in thread Need help using Inline::Module with JavaScript::Embedded

In brief:

How does Perl know not to compile it again?

Any change to the C code (including changes affecting only whitespace) will be detected as a change to the MD5 fingerprint, and the code will only then be recompiled.
Changes to Inline configuration options will not alone trigger a rebuild - unless it's the FORCE_BUILD option that is being changed to a TRUE value.

And where does the compiler save the binaries when done?

Generally the building is done in ./_Inline/build and the binaries saved in ./_Inline/lib, but the name of the parent directory is configurable.

How are these binaries named?

A combination of the filename of the script, and the leading hex digits of the MD5 fingerprint of the code section.

Cheers,
Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-04-24 08:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found