1. Re: No more platform(), conditional includes, conditional functions, condit
Jeremy Cowgar wrote:
>
> This platform check takes place at parse/compile time not during runtime. The
> difference is described in detail in:
The only downside to this is for shrouded code. Originally, the platform
call was optimized at compile time. But it was changed so that shrouded code
could be more cross platform. I guess this puts us back to single platform
shrouded code.
But I'm not sure that many people shroud anything anymore. I can't recall
the last time I did that. I either bind or translate.
Matt