BizHawk/waterbox/libcxx
nattthebear ba52e4aaf5 rainy day project: load waterbox cores in the first 2G and compile with mcmodel=small
5-10% speedup in some cores.

implementing this would also include changes to musl buildscript which were not committed here
2020-06-03 15:32:41 -04:00
..
.gitignore Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
configure-for-waterbox-phase-- rainy day project: load waterbox cores in the first 2G and compile with mcmodel=small 2020-06-03 15:32:41 -04:00
configure-for-waterbox-phase-0 rainy day project: load waterbox cores in the first 2G and compile with mcmodel=small 2020-06-03 15:32:41 -04:00
configure-for-waterbox-phase-1 rainy day project: load waterbox cores in the first 2G and compile with mcmodel=small 2020-06-03 15:32:41 -04:00
configure-for-waterbox-phase-2 rainy day project: load waterbox cores in the first 2G and compile with mcmodel=small 2020-06-03 15:32:41 -04:00
do-everything.sh Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
readme.txt Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00

readme.txt

Building and installing libcxx:

1. Clone llvm-project into $BIZHAWKGITROOT/../llvm-project
	* I used eaae6dfc545000e335e6f89abb9c78818383d7ad, which was the tip of origin/release/10.x at the time
2. Come to this folder
3. Run ./do-everything.sh
	* This isn't resumable at all, so if it crashes or you're curious about the process,
	read its source and execute the commands individually.