EC Compiler Optimization Challenge

From EcereWiki

Revision as of 22:55, 3 October 2009 by Joeyadams (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Things to Optimize

  • Declaration re-ordering algorithm


Declaration re-ordering algorithm

  • Find and implement the fastest method to do this.
  • More details please?
  • The eC compiler is already reasonably fast but could be faster.
  • This is by far the single most significant thing we can optimize in the compiler.
  • Once an optimization is found for this crucial compiling step we will be able to enjoy blazing fast prototyping compilation using tcc as the compiler backend.


Getting Started

  • Please join us in channel #ecere on irc.freenode.net to find out more about this challenge.
  • You may also contact us using other means of communication.


Return to Main Page

Personal tools