The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 2e1327b6b2 * use pooled constant references for the parameter locations as more often than not they're equal between multiple methdos (e.g. the Self argument is always the same)
* using this the TypInfo unit can navigate interface methods and VMT method parameters much more quickly as the latter have a constant size now

git-svn-id: trunk@39686 -
2018-08-29 19:20:31 +00:00
compiler * use pooled constant references for the parameter locations as more often than not they're equal between multiple methdos (e.g. the Self argument is always the same) 2018-08-29 19:20:31 +00:00
installer * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
packages * two new priority classes for all but wince. See comments in process.pp 2018-08-29 10:00:36 +00:00
rtl * use pooled constant references for the parameter locations as more often than not they're equal between multiple methdos (e.g. the Self argument is always the same) 2018-08-29 19:20:31 +00:00
tests * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
utils * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
.gitattributes * deprecations, remove oldlinux. 2018-08-23 07:57:56 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
Makefile.fpc * trunk to 3.3.1 2018-08-18 15:47:44 +00:00