Well, that depends on your definition of "normal".Bart
"Normal" is way overrated, IMO....
Yeah alloca is something that is missing from freepascal.The problem with custom written assembly is that it of course is highly target CPU dependent, so a general compiler intrinsic or something similar would be much nicer
I am a bit amazed that on linux64 __builtin_alloca does not work, at least I can't get it to work. It should work on any linux.