Lines Matching full:stack
11 Segmented stack allows stack space to be allocated incrementally than as a
13 done by allocating stack blocks (henceforth called *stacklets*) and linking them
16 call into the libgcc runtime to allocate more stack space. When using ``llc``,
33 current stack limit (minus the amount of space needed to allocate a new block) -
43 # More stack space needs to be allocated
45 movabsq $0, %r11 # The total size of arguments passed on stack
51 The size of function arguments on the stack needs to be passed to
67 The section on `allocating stacklets`_ automatically assumes that every stack
69 intrinsic to allocate dynamically sized blocks of memory on the stack. When