Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Inline::C on Windows: how to improve performance of compiled code?

by BrowserUk (Patriarch)
on Jun 16, 2018 at 11:32 UTC ( [id://1216776]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict; use Config; print $Config{ ccflags };
    ...
    printf "Took %fseconds\n", time() - $start;
    print check( 1 )
    
  2. or download this
    PUBLIC    test
    ; Function compile flags: /Ogtpy
    ...
        ret    0
    test    ENDP
    _TEXT    ENDS
    
  3. or download this
    _TEXT    SEGMENT
    my_perl$ = 48
    ...
        ret    0
    XS_main_test ENDP
    _TEXT    ENDS
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-16 21:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found