On Mon, Jun 10, 2013 at 11:34 PM, <khr@golang.org> wrote: > Reviewers: cshapiro, > > ...
12 years, 1 month ago
(2013-06-10 19:41:25 UTC)
#2
On Mon, Jun 10, 2013 at 11:34 PM, <khr@golang.org> wrote:
> Reviewers: cshapiro,
>
> Message:
> Hello cshapiro (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://khr%40golang.org@code.google.com/p/go/
>
>
> Description:
> cmd/cc: emit size of locals. Will be used for stack copying.
>
> Please review this at https://codereview.appspot.com/10005044/
>
> Affected files:
> M src/cmd/cc/pgen.c
Is it already decided that we are switching to continuous stacks? The
thread on golang-dev does not have the final decision.
We haven't committed to it yet. However, I'm planning on making a bunch of compiler ...
12 years, 1 month ago
(2013-06-10 19:49:03 UTC)
#3
We haven't committed to it yet. However, I'm planning on making a bunch of
compiler changes that I will need for it, as they will also be useful for
precise GC. Basically, I need to do the same thing for cc as Carl did for
gc.
On Mon, Jun 10, 2013 at 12:41 PM, Dmitry Vyukov <dvyukov@google.com> wrote:
> On Mon, Jun 10, 2013 at 11:34 PM, <khr@golang.org> wrote:
> > Reviewers: cshapiro,
> >
> > Message:
> > Hello cshapiro (cc: golang-dev@googlegroups.com),
> >
> > I'd like you to review this change to
> > https://khr%40golang.org@code.google.com/p/go/
> >
> >
> > Description:
> > cmd/cc: emit size of locals. Will be used for stack copying.
> >
> > Please review this at https://codereview.appspot.com/10005044/
> >
> > Affected files:
> > M src/cmd/cc/pgen.c
>
>
> Is it already decided that we are switching to continuous stacks? The
> thread on golang-dev does not have the final decision.
>
Issue 10005044: code review 10005044: cmd/cc: emit size of locals. Will be used for stack co...
(Closed)
Created 12 years, 1 month ago by khr
Modified 12 years, 1 month ago
Reviewers:
Base URL:
Comments: 0