We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b6789 commit 7afd2f5Copy full SHA for 7afd2f5
docs/SIL.rst
@@ -1886,10 +1886,6 @@ Allocates uninitialized memory that is sufficiently aligned on the stack
1886
to contain a value of type ``T``. The result of the instruction is the address
1887
of the allocated memory.
1888
1889
-If a type is runtime-sized, the compiler must emit code to potentially
1890
-dynamically allocate memory. So there is no guarantee that the allocated
1891
-memory is really located on the stack.
1892
-
1893
``alloc_stack`` marks the start of the lifetime of the value; the
1894
allocation must be balanced with a ``dealloc_stack`` instruction to
1895
mark the end of its lifetime. All ``alloc_stack`` allocations must be
0 commit comments