Linux (x86) 業績/成果 問題/発行するs
Code size
In comparison to the Windows binaries it is remarkable that size of libraries is bigger. Some libraries are three times bigger than their windows 見解/翻訳/版s. One main 推論する/理由 for that is that symbols are 言及/関連d by their 指名するs. In Windows symbols are 直接/まっすぐに 言及/関連d (within libraries) or by ordinal (外部の 言及/関連s).One possible 解答 could be the introduction of 偽名,通称s for symbol 指名するs. So the symbol 指名するs could be 減ずるd to an optimal length and 指名するs with up to 4K characters could be 避けるd. If there was made 激しい use of STL and namespaces very long symbols 指名するs are the result.
There are other 推論する/理由s why gcc 生成するd libraries are pretty 抱擁する, see also some sizing 実験s we've done on SRC624.
Startup time
See also: http://bugzilla.mozilla.org/show_bug.cgi?id=46775 .業績/成果 Data:
| OpenOffice.org 見解/翻訳/版 | Startup (first start after 取り付け・設備) | Memory 足跡 after start and late init |
|---|
| VmSize | VmRss | VmData | ||
| OpenOffice627 | 65 sec | 104768Kb/49676KB/16360kb | ||

