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

Issue 165076: code review 165076: runtime: introduce unsafe.New and unsafe.NewArray (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by rsc
Modified:
15 years, 3 months ago
Reviewers:
CC:
r
Visibility:
Public.

Description

runtime: introduce unsafe.New and unsafe.NewArray to provide functionality previously hacked in to reflect and gob.

Patch Set 1 #

Patch Set 2 : code review 165076: runtime: introduce unsafe.New and unsafe.NewArray #

Total comments: 3

Patch Set 3 : code review 165076: runtime: introduce unsafe.New and unsafe.NewArray #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -37 lines) Patch
M src/cmd/gc/builtin.c.boot View 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/gc/unsafe.go View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/gob/decode.go View 1 2 4 chunks +11 lines, -15 lines 0 comments Download
M src/pkg/reflect/value.go View 2 chunks +8 lines, -17 lines 0 comments Download
M src/pkg/runtime/iface.c View 1 2 3 chunks +40 lines, -1 line 0 comments Download
M src/pkg/runtime/slice.c View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M src/pkg/unsafe/unsafe.go View 1 chunk +13 lines, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r, I'd like you to review the following change.
15 years, 3 months ago (2009-12-07 19:45:44 UTC) #1
r
LGTM http://codereview.appspot.com/165076/diff/18/1003 File src/pkg/gob/decode.go (left): http://codereview.appspot.com/165076/diff/18/1003#oldcode365 src/pkg/gob/decode.go:365: // address of the beginning of the array. ...
15 years, 3 months ago (2009-12-07 19:51:39 UTC) #2
rsc
15 years, 3 months ago (2009-12-07 23:52:00 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=f46555136871 ***

runtime: introduce unsafe.New and unsafe.NewArray
    to provide functionality previously hacked in to
    reflect and gob.

R=r
http://codereview.appspot.com/165076
Sign in to reply to this message.

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