[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2007-01-31 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jan 31 01:50:04 -0800 
2007 ---
Since this issue is already integrated it is better to open a new issue 
instead of recycling it = issue 74046

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2007-01-31 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jan 31 01:51:20 -0800 
2007 ---
Closing (please see issue 74046 for the followup)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2007-01-29 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User mmeeks changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Jan 29 13:37:06 -0800 
2007 ---
ok - turns out the patch can cause a crash in some circumstances; we need to 
have:

@@ -390,8 +399,12 @@ int FtFontInfo::GetExtraGlyphKernValue( 
 {
 if( !mpExtraKernInfo )
 return 0;
-sal_Unicode cLeftChar   = maGlyph2Char[ nLeftGlyph ];
-sal_Unicode cRightChar  = maGlyph2Char[ nRightGlyph ];
+sal_Unicode cLeftChar = 0, cRightChar = 0;
+if (mpGlyph2Char)
+{
+cLeftChar = (*mpGlyph2Char)[ nLeftGlyph ];
+cRightChar = (*mpGlyph2Char)[ nRightGlyph ];
+}
 return mpExtraKernInfo-GetUnscaledKernValue( cLeftChar, cRightChar );
 }

for FtFontInfo::GetExtraGlyphKernValue instead. Unfortunately the crash is
rather rare ;-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2007-01-22 Thread aziem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User aziem changed the following:

What|Old value |New value

  CC|'utomo99' |'aziem,utomo99'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2007-01-12 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 12 07:19:07 -0800 
2007 ---
Closing.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-12-13 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Issue type|PATCH |ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Wed Dec 13 01:57:46 -0800 
2006 ---
Adjusting issue type on QA request.

An issue can have a patch flag, but the issue type itself is either an defect,
enhancement or a feature. OOo-Issuezilla needs to be get an enhancement or
feature issue to fix this...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-12-12 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904





--- Additional comments from [EMAIL PROTECTED] Tue Dec 12 02:40:47 -0800 
2006 ---
@pl: please verify in CWS vcl70

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-12-12 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User pl changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Dec 12 03:12:35 -0800 
2006 ---
verified

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-11-28 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Nov 28 06:54:59 -0800 
2006 ---
Since stlport hashtables are used throughout the office I'd prefer to make empty
and small ones as cheap as possible. Working on the stlport issue wouldn't be
much fun though because OOo currently uses two different versions of this
library and because binary compatibilty issues could pose a problem.

Since the global solution is not feasible in the short term the patch is applied
to CWS vcl70.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-11-24 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User pl changed the following:

What|Old value |New value

  OS/Version|Unix, X11 |All





--- Additional comments from [EMAIL PROTECTED] Fri Nov 24 01:44:32 -0800 
2006 ---
no problem

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-11-23 Thread utomo99
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User utomo99 changed the following:

What|Old value |New value

  CC|''|'utomo99'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Thu Nov 23 19:47:41 -0800 
2006 ---
I wish the patch is not only for Unix and X 11. but also Windows. Thanks

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-11-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User pjanik changed the following:

What|Old value |New value

Target milestone|OOo 2.1   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Fri Nov 10 00:17:10 -0800 
2006 ---
retarget to 2.2.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-10-20 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu

  Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Oct 20 01:53:10 -0700 
2006 ---
pl-hdu: your turn

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-10-19 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User mmeeks changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 13:34:33 -0700 
2006 ---
So - we still maintain our patch; so I've re-opened.
Ultimately, this saves a biggish chunk of real memory (as measured by pmap) -
and the performance loss (if any) is negligable.
On the other hand - it seems the changes here didn't really solve the underlying
problem - the STLport in HEAD (AFAICS) has no fix for 0 sized hash tables 
(right?)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-10-18 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User pl changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Oct 18 01:20:41 -0700 
2006 ---
seen in 680m188

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-09-08 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

 Assigned to|hdu   |pl





--- Additional comments from [EMAIL PROTECTED] Fri Sep  8 04:40:42 -0700 
2006 ---
@PL: please verify the changes in CWS vcl65 (inc/configsettings.hxx
,inc/fontcfg.hxx, source/gdi/fontcfg.cxx, source/glyphs/gcach_ftyp.cxx,
source/glyphs/glyphcache.cxx)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-09-08 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User pl changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Sep  8 04:47:53 -0700 
2006 ---
verified in CWS vcl65

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-08-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  OS/Version|Linux |Unix, X11

  Resolution|REMIND|

 Summary|FtFontInfo shrink memory u|shrink memory use for VCL 
|se|objects which are based on
|  | stlport hashtables





--- Additional comments from [EMAIL PROTECTED] Fri Aug 25 05:09:32 -0700 
2006 ---
adjusting subject line

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-08-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904


User hdu changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 25 05:10:20 -0700 
2006 ---
In the spirit of the patch I changed VCL in CWS vcl65 so it doesn't use default
constructors for stlport's hash tables anymore. It provides size hints for these
tables now.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-08-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904





--- Additional comments from [EMAIL PROTECTED] Fri Aug 25 05:40:06 -0700 
2006 ---
The slimmed down hash tables in CWS vcl65 are:
- FtFontInfo's maChar2Glyph and maGllyph2Char
- ExtraKernInfo's maUnicodeKernPairs
- SettingsConfigItem's m_aSettings
- m_aSettings's secondary hash_map


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-08-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904





--- Additional comments from [EMAIL PROTECTED] Fri Aug 25 06:39:53 -0700 
2006 ---
From a memory consumption standpoint the considerable savings achieved by the
changes are just small potatoes though when compared to libfontconfig or
libfreetype allocations. The massif tool reports them as top scorers:

Heap allocation functions accounted for 84.5% of measured spacetime
Called from:
  21.5% : 0x72325F1: FcPatternFreeze (in /usr/lib/libfontconfig.so.1.0.4)
   9.0% : 0x72327CE: FcPatternFreeze (in /usr/lib/libfontconfig.so.1.0.4)
   8.8% : 0x72313B5: FcObjectStaticName (in /usr/lib/libfontconfig.so.1.0.4)
   7.0% : 0x5470D3C: (within /usr/lib/libfreetype.so.6.3.10)
   5.3% : 0x7226BCA: (within /usr/lib/libfontconfig.so.1.0.4)
   4.0% : 0x40084A3: (within /lib/ld-2.3.6.so)
   2.7% : 0x4D14AC4: osl_createMutex (in libuno_sal.so.3.1.1)
   2.3% : 0x7226D24: (within /usr/lib/libfontconfig.so.1.0.4)
   1.7% : 0x4F26B83: XOpenDisplay (in /usr/lib/libX11.so.6.2.0)
   1.7% : 0xA385874: (within libpackage2.so.1.1)
   1.4% : 0x4F278A3: XOpenDisplay (in /usr/lib/libX11.so.6.2.0)
   1.4% : 0x777289E: _XimParseStringFile (in
/usr/lib/X11/locale/common/ximcp.so.2.0.0)
   1.3% : 0x7232912: FcStrCopy (in /usr/lib/libfontconfig.so.1.0.4)
   0.9% : 0x4F3A71E: _XEnq (in /usr/lib/libX11.so.6.2.0)
   ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 68904] shrink memory use for VCL objects which are based on stlport hashtables

2006-08-25 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68904





--- Additional comments from [EMAIL PROTECTED] Fri Aug 25 07:48:16 -0700 
2006 ---
massif lies - don't believe a word of what it says.
'space-time' is a -totally- useless measurement, and not what you want :-)
[honest] - I wasted a week believing massif (foolishly).

OTOH - fontconfig does use a chunk of RAM - if you want to work on this, you're
better off using 'memprof' [cf. the wiki].

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]