From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- v_windows/v/thirdparty/libgc/amalgamation.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 v_windows/v/thirdparty/libgc/amalgamation.txt (limited to 'v_windows/v/thirdparty/libgc/amalgamation.txt') diff --git a/v_windows/v/thirdparty/libgc/amalgamation.txt b/v_windows/v/thirdparty/libgc/amalgamation.txt new file mode 100644 index 0000000..de25a3d --- /dev/null +++ b/v_windows/v/thirdparty/libgc/amalgamation.txt @@ -0,0 +1,7 @@ +The libgc source is distributed here as an amalgamation (https://sqlite.org/amalgamation.html). +This means that, rather than mirroring the entire bdwgc repo here, +[this script](https://gist.github.com/spaceface777/34d25420f2dc4953fb7864f44a211105) was used +to bundle all local includes together into a single C file, which is much easier to handle. +Furthermore, the script above was also used to minify (i.e. remove comments and whitespace in) +the garbage collector source. Together, these details help keep the V source distribution small, +can reduce compile times by 3%-15%, and can help C compilers generate more optimized code. -- cgit v1.2.3