Skip to content

Commit

Permalink
Clarify TT#1906 in api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 6, 2011
1 parent e806062 commit 4e204ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api.yaml
Expand Up @@ -562,12 +562,12 @@
name : 'Non-const STRING* arguments'
eligible : '3.1'
note :
Due immutable nature of STRINGs we are changing internal handling to use only
const STRING pointers. It will improve optimizations possibilities by compiler,
make parrot const-correct, etc.
Due to the immutable nature of STRINGs we are changing the internal handling to use only
const STRING pointers. This will improve optimizations possibilities for compilers,
and make parrot const-correct.

Passing of non-const STRING* arguments is deprecated and will be changed to
const STRING*. This includes (but not limited to) all string API functions,
const STRING*. This includes (but is not limited to) all string API functions,
VTABLEs, PCC, etc
ticket : 'http://trac.parrot.org/parrot/ticket/1906'
-
Expand Down

0 comments on commit 4e204ad

Please sign in to comment.