Changes between Initial Version and Version 3 of Ticket #311


Ignore:
Timestamp:
2011-03-09T16:03:00Z (13 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #311

    • Property Keywords gsoc11 added; gsoc2011 removed
    • Property Component unspecifiedapp/other
  • Ticket #311 – Description

    initial v3  
    22
    33 Details::
    4  The Portable C Compiler (pcc) is a multiplatform, BSD-licensed, simple and fast compiler of the C99 language. The origins of the compiler reach back to 1970's, but it is being actively developed even today. Its current version is now nearing the 1.0 release. Integrate a reasonably recent version of pcc into HelenOS so that it can be used to compile C programs from within HelenOS. In the absence of tools such as assembler and linker, focus on porting pcc to the extent that it can compile a C source file into an assembly output (skip the assembler and linking phase).
     4 The Portable C Compiler (pcc) is a multiplatform, BSD-licensed, simple and fast compiler of the C99 language. The origins of the compiler reach back to 1970's, but it is being actively developed even today. Its current version is now nearing the 1.0 release. Integrate a reasonably recent version of pcc into HelenOS so that it can be used to compile C programs from within HelenOS. In the absence of tools such as assembler and linker, focus on porting pcc to the extent that it can compile an input C source file into an output assembly file (skip the assembler and linking phase).
    55
    66 What Gains and Benefits will this bring?::