lkml.org 
[lkml]   [2009]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
    On Tue, Sep 22, 2009 at 02:38:36PM +0100, Alan Jenkins wrote:
    > modpost of vmlinux.o now extracts the ksymtab sections and outputs
    > sorted versions of them as .tmp_exports.c. These sorted sections
    > are linked into vmlinux and the original unsorted sections are
    > discarded.
    >
    > This will allow modules to be loaded faster, resolving symbols using
    > binary search, without any increase in the memory needed for the
    > symbol tables.
    >
    > This does not affect the building of modules, so hopefully it won't
    > affect compile times too much.

    I do not quite follow you here.

    With your patch:

    For vmlinux we define our symbols in sections
    named *_sorted - but they are not sorted.

    We than create a small .c file that uses the original sections names
    which is what is used in the final vmlinux.

    Could we replace the content of these sections rather than playing
    games with the names?

    Sam


    \
     
     \ /
      Last update: 2009-09-22 16:51    [W:3.499 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site