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

Issue 107780045: cmd/gc: add new comment directive //go:nosplit.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by minux
Modified:
12 years ago
Reviewers:
khr
Visibility:
Public.

Description

cmd/gc: add new comment directive //go:nosplit. It will mark a given func as no split stack, mainly for the runtime package.

Patch Set 1 #

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

Patch Set 3 : diff -r 5439c77d4acb https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1114 lines, -486 lines) Patch
M src/cmd/gc/doc.go View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/cmd/gc/go.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/cmd/gc/go.y View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/cmd/gc/lex.c View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/cmd/gc/pgen.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/gc/y.tab.h View 1 3 chunks +25 lines, -21 lines 0 comments Download
M src/cmd/gc/y.tab.c View 1 244 chunks +1070 lines, -464 lines 0 comments Download

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