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

Issue 72750043: code review 72750043: cmd/gc: make the fpu handle all exceptions on Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by ality
Modified:
11 years, 3 months ago
Reviewers:
rsc
CC:
rsc, 0intro, golang-codereviews
Visibility:
Public.

Description

cmd/gc: make the fpu handle all exceptions on Plan 9 The compilers expect to not be interrupted by floating point exceptions. On Plan 9, every process starts with interrupts enabled for invalid operation, stack overflow, and divide by zero exceptions.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M src/cmd/gc/lex.c View 1 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 4
ality
Hello rsc@golang.org, 0intro@gmail.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 3 months ago (2014-03-08 10:41:41 UTC) #1
0intro
It looks fine to me.
11 years, 3 months ago (2014-03-08 11:34:51 UTC) #2
rsc
LGTM
11 years, 3 months ago (2014-03-13 02:22:06 UTC) #3
ality
11 years, 3 months ago (2014-03-13 02:41:59 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=322ffc6878d5 ***

cmd/gc: make the fpu handle all exceptions on Plan 9

The compilers expect to not be interrupted by floating
point exceptions. On Plan 9, every process starts with
interrupts enabled for invalid operation, stack overflow,
and divide by zero exceptions.

LGTM=rsc
R=rsc, 0intro
CC=golang-codereviews
https://codereview.appspot.com/72750043
Sign in to reply to this message.

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