baz/loader
Ari Archer f652dafcca
7.6.0 : improve static and const usage, improve performance
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-05-22 01:41:45 +03:00
..
config.h 7.5.2 : improve C loader performance and size 2023-03-10 22:27:41 +02:00
file.h 7.6.0 : improve static and const usage, improve performance 2023-05-22 01:41:45 +03:00
loader.c 7.6.0 : improve static and const usage, improve performance 2023-05-22 01:41:45 +03:00
loader.sht 7.5.4 : minor performance optimisations 2023-03-17 16:21:55 +02:00
macros.h 7.6.0 : improve static and const usage, improve performance 2023-05-22 01:41:45 +03:00
path.h 7.6.0 : improve static and const usage, improve performance 2023-05-22 01:41:45 +03:00
README.md 7.2.2 : slightly optimise loading of commands 2023-03-10 02:10:43 +02:00
shell.h 7.6.0 : improve static and const usage, improve performance 2023-05-22 01:41:45 +03:00

baz loader

this loader has 2 parts

loader.sht is needed to interract with the loader itself and implement the baz loader standard

use config.h to configure it

example compilation

$ clang loader/loader.c -std=c89 -s -Wall -Wextra -Wpedantic -pedantic -Werror -Wshadow -Ofast -flto -o load

want very optimised flags ? see https://raw.githubusercontent.com/TruncatedDinosour/dotfiles-cleaned/gentoo/dotfiles/config/baz/genoo-cflags.env