To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70166


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Oct 19 07:04:05 -0700 
2006 -------
1  If I understand correctly, the original motivation for this issue (comming
from issue 60696) was to reduce size of sal so that some other lib can
statically link against it and not grow too large.  A nice side benefit of only
demand-loading most part of sal/textenc might be that loading sal itself is
faster then, as many of the tables in sal/textenc contain pointers that need
relocation upon library loading.  (I know this problem for a long time, but
never got around to do anything about it.)

2  I think this issue should be split in two:  Keep this issue for splitting off
the new demand-loaded library.  Create a new issue for the tools string
constructor problems.  Michael, can you please create that new issue?  In my
opinion, it would be best to make this issue depend on the new issue then (and
not fix this issue before the new issue is fixed, i.e., drop the
TOOLS_STRING_MISSUSE from the patch), but if anybody needs this issue solved
quickly, then I am also fine with any other strategy.

3  I am not sure there is a reasonable static list of text encodings that are
needed early on (and are thus special-cased in the patched
Impl_getTextEncodingData), as the list presumably depends on the user's locale
(though I did not check that out yet).  (However, the exact list is irrelevant
when the goal is to reduce the size of the sal library; it is only important
when the goal is to reduce startup time by postponing loading of the sal/textenc
tables.)

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