Bryce McKinlay writes: > Can't we just have the compiler map the Math.* calls directly to the > appropriate __builtin function? And things like Math.min(int, int) > can be inlined to become a MIN_EXPR node in the compiler. It's been on a TODO list for a while now. ./A