Bug 5877 - MEMORY: Replace DynaLoader with XSLoader as it can save 350k+ of memory when no DynaLoader modules are loaded
Summary: MEMORY: Replace DynaLoader with XSLoader as it can save 350k+ of memory when ...
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: sa-compile (show other bugs)
Version: 3.2.4
Hardware: Other All
: P5 enhancement
Target Milestone: 3.3.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 16:20 UTC by J. Nick Koston
Modified: 2008-04-16 14:54 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
sa compile patch patch None J. Nick Koston [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description J. Nick Koston 2008-04-06 16:20:37 UTC
It will be a while until everything switches over to XSLoader, but at least this means sa-compile is part of the solution.
Comment 1 J. Nick Koston 2008-04-06 16:21:01 UTC
Created attachment 4292 [details]
sa compile patch
Comment 2 Justin Mason 2008-04-07 02:33:20 UTC
: jm 459...; corelist XSLoader

XSLoader was first released with perl 5.006


so, fine with me!  another good tip, thanks.
Comment 3 Justin Mason 2008-04-16 14:54:52 UTC
applied to 3.3.0:

: jm 96...; svn commit -m "bug 5877: save 350k+ of memory in sa-compile by replacing DynaLoader with XSLoader, thanks to J. Nick Koston"
Sending        sa-compile.raw
Transmitting file data .
Committed revision 648870.


thanks!