mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:09:30 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Up until now we only checked the next instruction, with the new load scheduler this is insufficient as shift-instructions and next usage might farther apart. The new version uses GetNextInstructionUsingReg, this also comes with a price as we very carefully have to check if one of the used registers is changed and that the usage of RRX will not break when we fold and flags get changed in between. git-svn-id: trunk@22876 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |