Skip to content

Commit

Permalink
Add #1906 into DEPRECATED.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Dec 26, 2010
1 parent 7dcf321 commit 8d4cf37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DEPRECATED.pod
Expand Up @@ -335,6 +335,18 @@ is deprecated.

L<http://trac.parrot.org/parrot/ticket/1800>

=item Non-const STRING* arguments [eligible in 3.1]

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.

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,
VTABLEs, PCC, etc.

L<http://trac.parrot.org/parrot/ticket/1906>

=back

=head1 Compiler tools
Expand Down

0 comments on commit 8d4cf37

Please sign in to comment.