mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 12:29:40 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * use this counter to mark classes containing abstract methods as "abstract" in the bytecode per the JVM spec * also use the counter to short-circuit printing of all abstract methods in a class when creating a new instance (we build the list of abstract methods every time a new instance is created, which is a waste of time if there are none in the first place) git-svn-id: branches/jvmbackend@18635 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |