commit | 36b9e222bb2b5dc41079ae53d462ce4f2e3d9269 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 11 15:19:52 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 19 06:41:57 2018 +0100 |
tree | 15f01fe08f80f5e7ac326528c5c6a589c09bb998 | |
parent | 5c0e41b7cb740db9c0ff66d36767e0a3db44f1f6 [diff] |
REORG: config: extract the global section parser into cfgparse-global The config parser is the largest file to build and its build dominates the total project's build time. Let's start to split it into multiple smaller pieces by extracting the "global" section parser into a new file called "cfgparse-global.c". This removes 1/4th of the file's build time.