Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(98)

Issue 100300043: cmd/gc, runtime: place defer structs on stack if possible (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by rsc
Modified:
9 years, 10 months ago
Reviewers:
Visibility:
Public.

Description

cmd/gc, runtime: place defer structs on stack if possible Not a huge win. Saving for 1.4 maybe. There are some other unrelated changes mixed into this CL. Sorry.

Patch Set 1 #

Patch Set 2 : diff -r 209bb94bd691 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -209 lines) Patch
M src/cmd/6g/cgen.c View 1 3 chunks +9 lines, -9 lines 0 comments Download
M src/cmd/6g/gg.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M src/cmd/6g/ggen.c View 1 8 chunks +33 lines, -7 lines 0 comments Download
M src/cmd/gc/esc.c View 1 3 chunks +4 lines, -1 line 0 comments Download
M src/cmd/gc/gen.c View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/cmd/gc/go.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/cmd/gc/go.y View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/cmd/gc/lex.c View 1 18 chunks +175 lines, -175 lines 0 comments Download
M src/cmd/gc/order.c View 1 2 chunks +6 lines, -1 line 0 comments Download
M src/cmd/gc/pgen.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/subr.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/panic.c View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 1
rsc
9 years, 10 months ago (2014-05-09 16:10:44 UTC) #1
*** Abandoned ***
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b