Android prelink-linux-arm.map, local_prelink_module

Source: Internet
Author: User

From http://androidforums.com/application-development/20932-prelink-linux-arm-map.html

Prelink-linux-arm.map is for providing addresses so that the loading of all the registered libraries can be done faster.
If you want you can add address for your library.
You can see on top of the file various address ranges for different categories.

If you do not want to add, then just add:
Local_prelink_module: = false
Line in your android. mk File

Ruchik

Bytes ---------------------------------------------------------------------------------------------------------------------

What is prelink? What can it do for me?

Many applications use shared functions,
The shared function is imported into the memory and starts with the symbol used in the program.
For most small programs, these dynamic links are usually very fast.
However, for some C ++ programs that depend on a large number of functions, it may take a lot of time for dynamic compute to end.

In most data systems, function compute is not often more dynamic, and the resulting operations are completed when the program is interrupted.
All the same, prelink uses this to display the program and the method of writing the program in the response line,
The effect of converting to "begin first.

"Begin with" can save the Dynamic Time of applications.
Take a typical KDE program as an example. The program's downtime can be reduced by as much as 50%.
The only necessary response is only when the number of function tokens that have been obtained by the preceding row is updated,
You need to repeat the row prelink again.

 

Http://blog.csdn.net/eqiang8271/archive/2011/04/08/6309226.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.