[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Subsystem initialization functions in normal binary
From: |
Dmitry Antipov |
Subject: |
Subsystem initialization functions in normal binary |
Date: |
Mon, 12 Jan 2015 13:59:40 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
IIUC functions syms_of_XXX, keys_of_YYY and init_ZZZ_once are never
called in a normal (dumped) executable; so what's about putting them
into a special section and strip the latter at all? This patch
illustrates an idea, with yet another make-docfile trick. (Also we
can offload lisp.h and other headers from declarations which are easy
to generate and put into globals.h instead).
Dmitry
strip_once.patch
Description: Text Data
- Subsystem initialization functions in normal binary,
Dmitry Antipov <=