gsoc:idea_template

This is an old revision of the document!


The goal is to have as much information as possible about any idea that we’ll put forward to students. This saves the student from biting off more than they can handle and lets everyone know exactly what the task is. Below is a suggested template that we should use for our ideas.

Optimizer

Possible mentor: Mentor Name

An Optimizer feature is missing from PHP, this would take certain opcodes that would provide consistent values and simplify them. Examples include maths operations with static values and internal functions which are passed in constant data where the result is also constant. Certain _SERVER variables can also be turned into constant data at compile time.

The optimizer would sit before APC so that the result of the optimized opcodes could then be stored there.

Deliverables

Midterm

We would expect a basic structure hooking in to PHP and APC and some of the simpler tasks completed such as flattening any maths operations.

Final

For the final review we would expect a functioning optimizer than folds maths, variables and certain functions into constant values.

gsoc/idea_template.1232576427.txt.gz · Last modified: 2017/09/22 13:28 (external edit)