From: notaz Date: Sat, 14 Oct 2017 22:15:00 +0000 (+0300) Subject: famec: eliminate global context ptr X-Git-Tag: v1.93~37 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7669591e0876778fc4f3977b145c012f2e3a12e9;hp=7669591e0876778fc4f3977b145c012f2e3a12e9;p=picodrive.git famec: eliminate global context ptr saves like 25-35K of .text current compile resource usage on i5-6600K: cpu mem gcc 5.4.0: 17.0 1.1g clang 3.8: 1686 2.3g FAMEC_NO_GOTOS: gcc 5.4.0: 8.4 0.4g clang 3.8: 20.0 0.15g vs2008/O2: ~1800 ? vs2008/O1: ~720 ? ---