mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 11:49:37 +01:00
allow runtime optimization if the destination is the
same as a source parameter
* tassignmentnode now sets aktassignmentnode global that can be used
to use the left node as a destination parameter and
skip the assignment
* disabled all cpu specific shortstr concat/append
git-svn-id: trunk@4770 -
|
||
|---|---|---|
| .. | ||
| int64p.inc | ||
| makefile.cpu | ||
| math.inc | ||
| mathu.inc | ||
| mathuh.inc | ||
| powerpc64.inc | ||
| set.inc | ||
| setjump.inc | ||
| setjumph.inc | ||
| strings.inc | ||
| stringss.inc | ||
| strlen.inc | ||
| strpas.inc | ||