Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont include ppport.h inside core+PERL_NO_GET_CONTEXT #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2018

  1. dont include ppport.h inside core+PERL_NO_GET_CONTEXT

    -dont include ppport.h if building inside perl core, this allows
     Win32API::File to be removed from mkppport.lst and one day removing the
     mkppport infrastructure
    -add PERL_NO_GET_CONTEXT so threaded perl builds of this module are more
     efficient (no Perl_get_context() calls over and over), disk size of
     File.dll 32 bit compiled with VC 2003 went down from 46.5KB to 36.5KB
     by adding PERL_NO_GET_CONTEXT because of much smaller machine code/less
     func calls
    bulk88 committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    ccc6eee View commit details
    Browse the repository at this point in the history