To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68890
                 Issue #|68890
                 Summary|reduce thread stacks ...
               Component|porting
                 Version|680m180
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mhu
             Reported by|mmeeks





------- Additional comments from [EMAIL PROTECTED] Wed Aug 23 07:01:16 -0700 
2006 -------
So - this is I guess comic, but at least some chunk of the world looks at the
pmap / top output and says "bloated" - without thinking :-)

Also - when KaiR starts filling the world with thread appartments - we'll prolly
need more address space. The default thread stack is ~8Mb on Linux, it also (I
guess) gives some unmeasurably small performance improvement :-)

Before:
Total:   155044K  54952K  15700K
65660K writable-private, 74776K readonly-private, and 14608K shared

After:
Total:   131224K  55020K  15720K
41840K writable-private, 74776K readonly-private, and 14608K shared

Rather a simple patch, untested on Solaris, we need (at worst) a dummy version
for Win32 that ignores the nFrames; I'm tempted also to double nFrames for 64bit
machines via some sizeof(void *) type arithmetic.

That is if you will take the patch :-) unfortunately pthread_attr_setstacksize
is not available everywhere, hence the #if LINUX/SOLARIS.

Comments ?

---------------------------------------------------------------------
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]

Reply via email to