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

Issue 12563043: code review 12563043: runtime: don't mark the new call trampolines as NOSPLIT. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by khr
Modified:
11 years, 7 months ago
Reviewers:
rsc
CC:
golang-dev, rsc
Visibility:
Public.

Description

runtime: don't mark the new call trampolines as NOSPLIT. They may call other NOSPLIT routines, and that might overflow the stack.

Patch Set 1 #

Patch Set 2 : diff -r 51d2970d9348 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -87 lines) Patch
M src/pkg/runtime/asm_386.s View 2 chunks +29 lines, -29 lines 0 comments Download
M src/pkg/runtime/asm_amd64.s View 2 chunks +29 lines, -29 lines 0 comments Download
M src/pkg/runtime/asm_arm.s View 2 chunks +29 lines, -29 lines 0 comments Download

Messages

Total messages: 3
khr
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
11 years, 7 months ago (2013-08-06 20:15:10 UTC) #1
rsc
LGTM
11 years, 7 months ago (2013-08-06 21:18:49 UTC) #2
khr
11 years, 7 months ago (2013-08-06 21:33:58 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=1cffbb7333ec ***

runtime: don't mark the new call trampolines as NOSPLIT.
They may call other NOSPLIT routines, and that might
overflow the stack.

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/12563043
Sign in to reply to this message.

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