Hi! I have code with dead function calls which are not removed. Is it possible to mark functions that have no side effects (e.g. sin() or floor() ) so that they are removed by dead code elimination? -Jochen