mod_perl logo
perl icon







previous page: Porting Apache:: XS Modules from mod_perl 1.0 to 2.0page up: Developer's guidenext page: Which Coding Technique is Faster


Measure sizeof() of Perl's C Structures











The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern


Table of Contents

Description

This document describes the sizeof various structures, as determined by util/sizeof.pl. These measurements are mainly for research purposes into making Perl things smaller, or rather, how to use less Perl things.



TOP

Perl Structures

Structures diagrams are courtesy gdb (print pretty) and a bit of hand crafting.



TOP

SEE ALSO

perlguts(3), B::Size(3),

http://gisle.aas.no/perl/illguts/



TOP

Maintainers

Maintainer is the person(s) you should contact with updates, corrections and patches.



TOP

Authors







TOP
previous page: Porting Apache:: XS Modules from mod_perl 1.0 to 2.0page up: Developer's guidenext page: Which Coding Technique is Faster