Difference between revisions of "Detailed 2.1.0 branch todo"

From Free Pascal wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 
Compiler
 
Compiler
 
* integrate sparc binary writer (Florian)
 
* integrate sparc binary writer (Florian)
* tobjectdef and tprocvardef.getcopy (Florian)
+
* <strike>tobjectdef and</strike> tprocvardef.getcopy (Florian)
* PIC code (Florian)
+
* <strike>PIC code</strike> (Florian)
 
* packages (Florian/Peter)
 
* packages (Florian/Peter)
 
* [[Module handling rewrite]] (Peter/Florian)
 
* [[Module handling rewrite]] (Peter/Florian)
* better register allocation for register variables (Peter/Jonas)
+
* <strike>better register allocation for register variables (Jonas)</strike>
 
* (optional) smartlinking using sections (Peter)
 
* (optional) smartlinking using sections (Peter)
 
* (optional) full dwarf support
 
* (optional) full dwarf support

Revision as of 09:18, 16 January 2006

Compiler

  • integrate sparc binary writer (Florian)
  • tobjectdef and tprocvardef.getcopy (Florian)
  • PIC code (Florian)
  • packages (Florian/Peter)
  • Module handling rewrite (Peter/Florian)
  • better register allocation for register variables (Jonas)
  • (optional) smartlinking using sections (Peter)
  • (optional) full dwarf support
  • cleanup of $ifdef GDB (Peter)
  • Crosscompiling to Mac OS X (Marco)
  • Remove reference counting from widestrings, use windows memory manager for widestrings (Florian)
  • rewrite assigning of automated types like variants and widestrings (Florian)
  • complete unique type support (Florian)
  • WinCE_port, arm-wince support
  • PowerPC64_Port, powerpc64-linux support

RTL

  • mach-o support in lineinfo unit (Jonas)
  • 64-bit file support

FCL