From: Kim Nguyễn Date: Sun, 8 Dec 2013 09:54:54 +0000 (+0100) Subject: Refactor the run module, moving out of the Make functor everything that can be moved... X-Git-Tag: v0.1~12 X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=commitdiff_plain;h=fee64144491afab22d71f6e2de72a9f18f35cd55;hp=fee64144491afab22d71f6e2de72a9f18f35cd55 Refactor the run module, moving out of the Make functor everything that can be moved. Slightly improve the cache module by avoiding one comparison during find on some cases and remove manual call to Gc.compact in main, since it does not seem to help. ---