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

Conversation

bulk88
Copy link

@bulk88 bulk88 commented Mar 26, 2018

-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

-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
@toddr
Copy link

toddr commented Apr 16, 2021

looks right!

@bulk88
Copy link
Author

bulk88 commented Apr 19, 2021

3 years later a post. time flys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants