[compiler] Avoid recursion on the C-stack. las.c:count_args() now uses the parent links (as per an old FIXME), to avoid running out of C-stack when counting huge argument lists. Fixes [bug 6860 (#6860)].