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

Issue 9728044: code review 9728044: runtime: allocate internal symbol table eagerly (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by dvyukov
Modified:
12 years, 1 month ago
Reviewers:
khr
CC:
golang-dev, khr, dave_cheney.net, khr1
Visibility:
Public.

Description

runtime: allocate internal symbol table eagerly we need it for GC anyway.

Patch Set 1 #

Patch Set 2 : diff -r e6c4fa4c0c25 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r e6c4fa4c0c25 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r e4db68a39f50 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 5 : diff -r 9cc232c5d990 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -32 lines) Patch
M src/pkg/runtime/cpuprof.c View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/symtab.c View 1 2 3 3 chunks +2 lines, -24 lines 0 comments Download

Messages

Total messages: 8
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
12 years, 1 month ago (2013-05-27 07:49:58 UTC) #1
khr
LGTM Get rid of the findfunc(0) call in pkg/runtime/cpuprof.c, it will no longer be needed.
12 years, 1 month ago (2013-05-28 06:09:40 UTC) #2
dvyukov
On Tue, May 28, 2013 at 10:09 AM, <khr@golang.org> wrote: > LGTM > > Get ...
12 years, 1 month ago (2013-05-28 07:03:06 UTC) #3
dave_cheney.net
> I think I need to remove the lazy initialization logic from findfunc() > entirely ...
12 years, 1 month ago (2013-05-28 07:04:23 UTC) #4
khr1
Sounds good. On Tue, May 28, 2013 at 12:04 AM, Dave Cheney <dave@cheney.net> wrote: > ...
12 years, 1 month ago (2013-05-28 15:02:02 UTC) #5
dvyukov
> > > I think I need to remove the lazy initialization logic from findfunc() ...
12 years, 1 month ago (2013-05-28 15:13:42 UTC) #6
khr
On 2013/05/28 15:13:42, dvyukov wrote: > > > > I think I need to remove ...
12 years, 1 month ago (2013-05-28 15:52:17 UTC) #7
dvyukov
12 years, 1 month ago (2013-05-28 17:10:13 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=c658ed1b4459 ***

runtime: allocate internal symbol table eagerly
we need it for GC anyway.

R=golang-dev, khr, dave, khr
CC=golang-dev
https://codereview.appspot.com/9728044
Sign in to reply to this message.

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