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

Issue 7403043: code review 7403043: exp/ssa: add dedicated Panic instruction. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by adonovan
Modified:
12 years, 3 months ago
Reviewers:
CC:
gri, golang-dev, iant
Visibility:
Public.

Description

exp/ssa: add dedicated Panic instruction. By avoiding the need for self-loops following calls to panic, we reduce the number of basic blocks considerably.

Patch Set 1 #

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

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

Patch Set 4 : diff -r c6c6c4b3061f https://code.google.com/p/go/ #

Patch Set 5 : diff -r c6c6c4b3061f https://code.google.com/p/go/ #

Patch Set 6 : diff -r e14ccb3e4514 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -33 lines) Patch
M src/pkg/exp/ssa/builder.go View 1 2 3 4 5 6 chunks +12 lines, -18 lines 0 comments Download
M src/pkg/exp/ssa/emit.go View 1 1 chunk +0 lines, -12 lines 0 comments Download
M src/pkg/exp/ssa/interp/interp.go View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M src/pkg/exp/ssa/interp/ops.go View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M src/pkg/exp/ssa/print.go View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/exp/ssa/sanity.go View 1 2 3 4 5 2 chunks +7 lines, -1 line 0 comments Download
M src/pkg/exp/ssa/ssa.go View 1 2 3 4 5 4 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 4
adonovan
Hello gri@golang.org (cc: golang-dev@googlegroups.com, iant@golang.org), I'd like you to review this change to https://code.google.com/p/go/
12 years, 3 months ago (2013-02-20 22:51:09 UTC) #1
gri
I get error: old chunk mismatch for all files in this CL (last version). Can ...
12 years, 3 months ago (2013-02-21 03:14:13 UTC) #2
gri
LGTM
12 years, 3 months ago (2013-02-21 16:52:14 UTC) #3
adonovan
12 years, 3 months ago (2013-02-21 17:14:38 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=a46b7f530ba9 ***

exp/ssa: add dedicated Panic instruction.

By avoiding the need for self-loops following calls to panic,
we reduce the number of basic blocks considerably.

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

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