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

Jens Geyer updated THRIFT-1485:
-------------------------------

      Component/s: Delphi - Library
      Description: 
Input arguments to functions should be passed using const in the following cases
* the argument size exceeds the size of a pointer = 32 bit
* the argument is an refcounted type, like interface pointers, or long string 
types

This patch adds the necessary changes to compiler, library and test code.
       Patch Info: Patch Available
    Fix Version/s: 0.9
         Assignee: Jens Geyer
           Labels: performance  (was: )
    
> Performance: pass large and/or refcounted arguments as "const"
> --------------------------------------------------------------
>
>                 Key: THRIFT-1485
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1485
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Delphi - Compiler, Delphi - Library
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>              Labels: performance
>             Fix For: 0.9
>
>
> Input arguments to functions should be passed using const in the following 
> cases
> * the argument size exceeds the size of a pointer = 32 bit
> * the argument is an refcounted type, like interface pointers, or long string 
> types
> This patch adds the necessary changes to compiler, library and test code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to