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

Issue 10139043: code review 10139043: runtime: use persistentalloc instead of mallocgc for itab (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:
bradfitz
CC:
golang-dev, remyoudompheng, bradfitz
Visibility:
Public.

Description

runtime: use persistentalloc instead of mallocgc for itab Reduces heap size.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/runtime/iface.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5
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-06-09 17:21:08 UTC) #1
remyoudompheng
What is the order of magnitude of the savings (number of objects, size in bytes) ...
12 years, 1 month ago (2013-06-09 17:28:32 UTC) #2
dvyukov
On 2013/06/09 17:28:32, remyoudompheng wrote: > What is the order of magnitude of the savings ...
12 years, 1 month ago (2013-06-09 17:36:52 UTC) #3
bradfitz
LGTM On Sun, Jun 9, 2013 at 7:36 PM, <dvyukov@google.com> wrote: > On 2013/06/09 17:28:32, ...
12 years, 1 month ago (2013-06-09 17:51:20 UTC) #4
dvyukov
12 years, 1 month ago (2013-06-09 17:58:53 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=8257d3f823ee ***

runtime: use persistentalloc instead of mallocgc for itab
Reduces heap size.

R=golang-dev, remyoudompheng, bradfitz
CC=golang-dev
https://codereview.appspot.com/10139043
Sign in to reply to this message.

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