Автор: freepascal.org Сайт: freepascal.org Языки: Английский Системы: Linux/FreeBSD/Mac OS X/Darwin/Mac OS classic/DOS/Win32/"OS/2"/Netware(libc и classic)/Morp Размер: 31.26 Мб
Скачать: Описание Free Pascal: Free Pascal (также известный как FPK Pascal) — это 32-х и 64-хбитный профессиональный компилятор языка паскаль. Он доступен для различных процессоров: Intel x86, Amd64/x86_64, PowerPC, Sparc. Прерванная версия 1.0 также поддерживала Motorola 680x0. Поддерживаются следующие операционные системы: Linux, FreeBSD, Mac OS X/Darwin, Mac OS classic, DOS, Win32, OS/2, Netware (libc и classic) и MorphOS.
Ключевые особенности и характеристики Free Pascal • Архитектуры: поддержка PowerPC/64 и ARM • Платформы: поддержка Windows x64, Windows CE, Mac OS X/Intel, Game Boy Advance и Game Boy DS • Линкер: быстрый и компактный встроенный линкер для платформ Windows. • Отладка: поддержка Dwarf и возможность автоматически заполнять переменные произвольными значениями чтобы упростить поиск использования неинициализированных переменных. • Язык: поддержка interface delegation, bitpacked-записей и массивов, COM/OLE variants, dispinterfaces. • Инфраструктура: улучшена поддержка типа variant, поддержка нескольких файлов ресурсов, widestrings теперь COM/OLE-совместимы в Windows, улучшена поддержка баз данных. Специальные требования Free Pascal • Архитектура x86: Версия для 80x86 требует по крайней мере 386-й процессор, но рекомендуется по крайней мере 486-й. • Архитектура PowerPC Подойдёт любой процессор PowerPC. Требуется 16 Мб оперативной памяти. Версия для Mac OS classic должна работать на System 7.5.3 более поздних. Версия для Mac OS X требует Mac OS X 10.1 или более поздние, с установленными средствами разработки. Под другими операционными системами Free Pascal запускается на любой машине, которая может запустить саму операционную систему. • Архитектура ARM На данный момент для ARM поддерживается только перекрёстная компиляция. • Архитектура Sparc Требуется 16 Мб оперативной памяти. Запускается на любой установке Sparc Linux. История версий и изменений Free Pascal Версия: 2.2.0 Free Pascal 2.2.0 contains a lot of bug-fixes and new features. The work on Free Pascal 2.2.0 started halfway during the year 2005. A lot has been improved since then.
Please also see http://wiki.freepascal.org/User_Changes_2.2.0 for a list of changes which may affect the behaviour of previously working code, and how to cope with these changes.
Platforms: * New platform: Win64. FPC is the first open source compiler for 64-bit Windows operating systems. * New processor architecture: 64-bit PowerPC * PowerPC/64 support for Linux * Mac OS X on Intel (i386) is now supported * New platform: Windows CE (Windows Mobile) * New platform: Nintendo Game Boy Advance * New platform: Nintendo DS * Native support for ARM-platform * GO32V2 DOS platform got a long needed update
Compiler: * Internal linker for win32, win64 and wince, resulting in smaller executables, less memory used during compilation, and faster compile times for programs using large frameworks like for example the Lazarus Component Library. * Generics (experimental) * Bit packed arrays and records * Resourcestrings can now be smartlinked, resulting in smaller executables * Multiple resource files support * pointer[low..high] syntax to pass C-style pointer arrays to procedures using open arrays * Interface delegation * Proper safecall implementation * Wide strings are COM/OLE compatible on Windows * Added several speed optimisations, for example: * Compiler can omit stack frames (x86 and ARM) * Compiler can store records in registers * Tail recursion expansion * Register renaming optimizations * Improved optimizer for ARM CPU * Compiler can initialise local variables, function results, and "out" parameters with several values (command line parameters -gt till -gtttt) to help find uses of uninitialised variables * Compiler can now properly deal with paths > 255 characters in all cases * Dwarf debug format support * Reduced memory usage during compilation * Lot of small bugs and compatibility fixes
RTL: * Heap uses less memory * Improved variants support * Improved currency support * Exception handling can be used without SysUtils unit * Lot of small bug and compatibility fixes
FCL: * Improved database support * The obsolete sqlitedataset, interbase, fpodbc, ddg, mysqldb3 and mysqldb4 units are removed * Lot of small bugs and compatibility fixes
Packages: * Added a new fppkg package manager * Improved database support * Added Delphi compatible RichEdit unit * Apple universal interfaces updated to r204 of the common FPC/GPC/MW interfaces * Lot of small bugs and compatibility fixes
Free Vision: * Now uses resourcestrings
IDE: * Evaluate window * Improved HTML rendering * Improved xterm support * Small bug fixes
Misc: * Improved documentation * Better cross compilation support
For a detailed list of reported bugs that are fixed in this release see the bugtracker report at http://www.freepascal.org/mantis/changelog_page.php
|