Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7825410A52 for ; Thu, 7 Nov 2013 21:35:19 +0000 (UTC) Received: (qmail 18339 invoked by uid 500); 7 Nov 2013 21:35:18 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 18315 invoked by uid 500); 7 Nov 2013 21:35:18 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 18285 invoked by uid 99); 7 Nov 2013 21:35:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 21:35:18 +0000 Date: Thu, 7 Nov 2013 21:35:18 +0000 (UTC) From: "Benoit Wiart (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FLEX-33885) BindingManager#executeBindings : Avoid unneeded memory allocation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816452#comment-13816452 ] Benoit Wiart edited comment on FLEX-33885 at 11/7/13 9:35 PM: -------------------------------------------------------------- patch provided was (Author: benoitw): I will provide the patch > BindingManager#executeBindings : Avoid unneeded memory allocation > ----------------------------------------------------------------- > > Key: FLEX-33885 > URL: https://issues.apache.org/jira/browse/FLEX-33885 > Project: Apache Flex > Issue Type: Improvement > Components: Data Binding, Mobile: Performance > Affects Versions: Apache Flex 4.11.0 > Environment: desktop mobile > Reporter: Benoit Wiart > Labels: memory, performance > Attachments: 0001-executeBindings-optimization.patch, executebinding-desktop-memory.png, executebindings-before1-mobile-memory.png, executebindings-before2-mobile-memory.png > > > BindingManager#executeBindings allocates unneeded strings (and that's bad) > the screenshot executebinding-desktop-memory.png shows the effect of the patch on desktop for 1 call of executeBindings. > the green dot is on the extra allocations -- This message was sent by Atlassian JIRA (v6.1#6144)