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

Issue 7093045: code review 7093045: runtime: try to determine the actual type during garbag... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by atom
Modified:
12 years, 5 months ago
Reviewers:
iant2, rsc
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

runtime: try to determine the actual type during garbage collection If the scanned block has no typeinfo the garbage collector will attempt to get the actual type of the block.

Patch Set 1 #

Patch Set 2 : diff -r 3c2980f1aa44 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M src/pkg/runtime/mgc0.c View 1 3 chunks +32 lines, -2 lines 0 comments Download

Messages

Total messages: 20
atom
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2013-01-11 15:41:50 UTC) #1
atom
On 2013/01/11 15:41:50, atom wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
12 years, 6 months ago (2013-01-15 17:57:36 UTC) #2
bradfitz
On Tue, Jan 15, 2013 at 9:57 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > On 2013/01/11 15:41:50, atom ...
12 years, 6 months ago (2013-01-15 18:19:29 UTC) #3
rsc
LGTM
12 years, 6 months ago (2013-01-18 21:39:11 UTC) #4
rsc
Please hg sync + hg mail again. It looks like something changed in mgc0.c.
12 years, 6 months ago (2013-01-18 21:40:52 UTC) #5
atom
Hello golang-dev@googlegroups.com, bradfitz@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 6 months ago (2013-01-18 21:50:10 UTC) #6
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=a7cc76051b9a *** runtime: try to determine the actual type during garbage collection ...
12 years, 6 months ago (2013-01-18 21:56:21 UTC) #7
rsc
I am trying to use tip with some large programs and I am finding that ...
12 years, 5 months ago (2013-01-29 17:33:00 UTC) #8
iant2
On Tue, Jan 29, 2013 at 9:33 AM, <rsc@golang.org> wrote: > I am trying to ...
12 years, 5 months ago (2013-01-29 18:00:32 UTC) #9
atom
On 2013/01/29 17:33:00, rsc wrote: > I am trying to use tip with some large ...
12 years, 5 months ago (2013-01-29 18:58:05 UTC) #10
rsc
On Tue, Jan 29, 2013 at 10:58 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > On 2013/01/29 17:33:00, rsc ...
12 years, 5 months ago (2013-01-29 21:13:35 UTC) #11
atom
On 2013/01/29 21:13:35, rsc wrote: > It seems to happen very early, by the time ...
12 years, 5 months ago (2013-01-30 17:48:08 UTC) #12
rsc
Yes, that's the allocation. I am going to try to winnow the example down to ...
12 years, 5 months ago (2013-01-30 17:56:19 UTC) #13
rsc
This reproduces the crash on both Linux and OS X amd64, building at tip. $ ...
12 years, 5 months ago (2013-01-30 23:57:02 UTC) #14
atom
On 2013/01/30 23:57:02, rsc wrote: > This reproduces the crash on both Linux and OS ...
12 years, 5 months ago (2013-01-31 08:28:19 UTC) #15
rsc
I'm not sure what's different. I'll send you a Linux binary.
12 years, 5 months ago (2013-01-31 15:32:43 UTC) #16
atom
On 2013/01/31 15:32:43, rsc wrote: > I'm not sure what's different. I'll send you a ...
12 years, 5 months ago (2013-01-31 17:16:13 UTC) #17
rsc
You're right, it says os.Args 24 type.uintptr. I wonder why. Russ
12 years, 5 months ago (2013-01-31 17:23:17 UTC) #18
iant2
On Thu, Jan 31, 2013 at 9:23 AM, Russ Cox <rsc@golang.org> wrote: > You're right, ...
12 years, 5 months ago (2013-01-31 17:46:14 UTC) #19
rsc
12 years, 4 months ago (2013-02-25 15:12:57 UTC) #20
Moved to the issue tracker (issue 4907).
Sign in to reply to this message.

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