On Sun, Jul 12, 2015 at 10:45 PM, Nicholas Nethercote <
n.netherc...@gmail.com> wrote:

> On Thu, Jul 9, 2015 at 7:01 PM, Jeff Gilbert <jgilb...@mozilla.com> wrote:
> >
> > Arguments have the same lifetimes as locals, and the only exceptions to
> > this apply to both args and locals. (references and pointers)
>
> Maybe I've misunderstood what you're saying here, but locals are
> frequently block-scoped which gives them a different lifetime to args.
>

Right, args have lifetimes of function-block-scope locals.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to