Skip to content

dont include ppport.h inside core+PERL_NO_GET_CONTEXT#10

Open
bulk88 wants to merge 1 commit into
chorny:masterfrom
bulk88:master
Open

dont include ppport.h inside core+PERL_NO_GET_CONTEXT#10
bulk88 wants to merge 1 commit into
chorny:masterfrom
bulk88:master

Conversation

@bulk88

@bulk88 bulk88 commented Mar 26, 2018

Copy link
Copy Markdown

-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

toddr commented Apr 16, 2021

Copy link
Copy Markdown

looks right!

@bulk88

bulk88 commented Apr 19, 2021

Copy link
Copy Markdown
Author

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