some questions about sa-compile usage: (1) how do we verify that the compiled rules are working? is a 'healthy' --lint sufficient?
(2) how do/should we meaure the improved (hopefully) performance due to the compiled rules? (3) do compiled rules automatically take precedence over uncompiled rules? or, must we remove the uncompiled rules from the rule path? i'm guessing it's done auto-magically ... (4) should (must?) we run sa-compile at every rule update? e.g., if we're sa-update'ing once/hr, running sa-compile hourly is more than a bit cpu intensive. (5) does sa-compile detect diffs/changes between runs and only compile changes? or does it recompile ALL available rules each time? thanks.