Reviewers: fschneider, Description: Introduce subclasses of class CompilationInfo.
It was a wart that we had three handle fields, exactly one of which was non-null; and that we had three overloaded constructors. Instead, introduce subclasses and virtual methods. Remove some unused fields from class CompilationInfo. Please review this at http://codereview.chromium.org/3566003/show Affected files: M src/compiler.h M src/compiler.cc M src/handles.h M src/handles.cc M src/ic.cc M src/liveedit.cc M src/runtime.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
