Inline scripts

GMWolf

aka fel666
I am using a lot of very small helper scripts to create vectors, scale values, etc.
Will the YYC automatically inline scripts when it deems it usefull, or will it only do so when calling gml_pragma("forceinline") ?.

I really dont want to have to go through all my scripts to add this.. especially given the super large number of scripts included in just GMLinear...
I realise the performance gain from inlining can often be negligeable, and it probably is here... but i want to make sure this gae=me runs a smooth as possible.

Thanks,
felix.
 
Top