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

Issue 10368043: code review 10368043: runtime: do not generate code during runtime in windows... (Closed)

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

Description

runtime: do not generate code during runtime in windows NewCallback Update Issue 5494

Patch Set 1 #

Patch Set 2 : diff -r 7961b83d1d37 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7961b83d1d37 https://go.googlecode.com/hg/ #

Total comments: 13

Patch Set 4 : diff -r 4298a713c372 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 5 : diff -r 363b75191352 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 4f94a7de7c59 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -211 lines) Patch
M src/cmd/dist/a.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/dist/build.c View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M src/cmd/dist/buildruntime.c View 1 2 3 4 4 chunks +44 lines, -0 lines 0 comments Download
M src/pkg/runtime/callback_windows.c View 1 2 3 4 3 chunks +26 lines, -58 lines 0 comments Download
R src/pkg/runtime/callback_windows_amd64.c View 1 1 chunk +0 lines, -105 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_windows_386.s View 1 2 3 4 3 chunks +53 lines, -21 lines 0 comments Download
M src/pkg/runtime/sys_windows_amd64.s View 1 2 3 4 3 chunks +29 lines, -27 lines 0 comments Download

Messages

Total messages: 12
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 9 months ago (2013-06-18 02:44:18 UTC) #1
minux1
https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/callback_windows.c File src/pkg/runtime/callback_windows.c (right): https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/callback_windows.c#newcode31 src/pkg/runtime/callback_windows.c:31: WinCallbackContext* c; for consistency, WinCallbackContext *c; https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/sys_windows.s File src/pkg/runtime/sys_windows.s ...
11 years, 9 months ago (2013-06-18 07:58:24 UTC) #2
brainman
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 9 months ago (2013-06-19 07:10:13 UTC) #3
brainman
Thank you for review. Alex https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/callback_windows.c File src/pkg/runtime/callback_windows.c (right): https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/callback_windows.c#newcode31 src/pkg/runtime/callback_windows.c:31: WinCallbackContext* c; On 2013/06/18 ...
11 years, 9 months ago (2013-06-19 07:11:25 UTC) #4
minux1
looks pretty good to me. please let rsc or iant take a look before submit. ...
11 years, 9 months ago (2013-06-19 11:03:58 UTC) #5
brainman
On 2013/06/19 11:03:58, minux wrote: > ... > ah, i see. the cbctxts is a ...
11 years, 9 months ago (2013-06-20 02:34:11 UTC) #6
brainman
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org, iant@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 9 months ago (2013-06-20 02:34:12 UTC) #7
brainman
On 2013/06/20 02:34:11, brainman wrote: > > ... And included that file in > callback_windows.go. ...
11 years, 9 months ago (2013-06-20 02:35:20 UTC) #8
minux1
Very nice. LGTM. Thank you. Please let rsc or iant take a look before submitting.
11 years, 9 months ago (2013-06-20 03:51:53 UTC) #9
brainman
On 2013/06/20 03:51:53, minux wrote: > Please let rsc or iant take a look before ...
11 years, 9 months ago (2013-06-20 03:52:33 UTC) #10
rsc
LGTM Beautiful.
11 years, 9 months ago (2013-06-21 18:17:42 UTC) #11
brainman
11 years, 9 months ago (2013-06-24 07:17:54 UTC) #12
*** Submitted as https://code.google.com/p/go/source/detail?r=af0c031528c3 ***

runtime: do not generate code during runtime in windows NewCallback

Update Issue 5494

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

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