ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/staticperl.pod
(Generate patch)

Comparing App-Staticperl/staticperl.pod (file contents):
Revision 1.61 by root, Fri Oct 16 02:43:37 2015 UTC vs.
Revision 1.62 by root, Fri Jun 9 12:28:51 2017 UTC

1167 1167
1168Binaries created with C<mkbundle>/C<mkperl> contain extra functionality, 1168Binaries created with C<mkbundle>/C<mkperl> contain extra functionality,
1169mostly related to the extra files bundled in the binary (the virtual 1169mostly related to the extra files bundled in the binary (the virtual
1170filesystem). All of this data is statically compiled into the binary, and 1170filesystem). All of this data is statically compiled into the binary, and
1171accessing means copying it from a read-only section of your binary. Data 1171accessing means copying it from a read-only section of your binary. Data
1172pages in this way is usually freed by the operating system, as it isn't 1172pages in this way are usually freed by the operating system, as they aren't
1173use more the onace. 1173used more then once.
1174 1174
1175=head2 VIRTUAL FILESYSTEM 1175=head2 VIRTUAL FILESYSTEM
1176 1176
1177Every bundle has a virtual filesystem. The only information stored in it 1177Every bundle has a virtual filesystem. The only information stored in it
1178is the path and contents of each file that was bundled. 1178is the path and contents of each file that was bundled.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines