You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Benoit Wiart (JIRA)" <ji...@apache.org> on 2013/11/05 10:37:17 UTC

[jira] [Updated] (FLEX-33878) Matrix computations : avoid unneeded flash.geom.Transform and flash.geom.Matrix allocations

     [ https://issues.apache.org/jira/browse/FLEX-33878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Wiart updated FLEX-33878:
--------------------------------

    Attachment: 0001-avoid-unneeded-flash.geom.Transform-and-flash.geom.M.patch

> Matrix computations : avoid unneeded flash.geom.Transform and flash.geom.Matrix allocations
> -------------------------------------------------------------------------------------------
>
>                 Key: FLEX-33878
>                 URL: https://issues.apache.org/jira/browse/FLEX-33878
>             Project: Apache Flex
>          Issue Type: Improvement
>    Affects Versions: Apache Flex 4.11.0
>         Environment: All
>            Reporter: Benoit Wiart
>              Labels: memory
>         Attachments: 0001-avoid-unneeded-flash.geom.Transform-and-flash.geom.M.patch
>
>
> Each time you call Transform#matrix a new transform is allocated
> Each time you call DisplatObject#transform a new matrix is allocated
> Store Matrix in a local variable to avoid multiple allocations



--
This message was sent by Atlassian JIRA
(v6.1#6144)