LGTM On Tue, Nov 4, 2008 at 12:24 PM, <[EMAIL PROTECTED]> wrote:
> Reviewers: Erik Corry, > > Description: > Prepare push to trunk. Now working on version 0.4.4. > > Please review this at http://codereview.chromium.org/9324 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M ChangeLog > M src/api.cc > > > Index: src/api.cc > =================================================================== > --- src/api.cc (revision 685) > +++ src/api.cc (working copy) > @@ -2202,7 +2202,7 @@ > > > const char* v8::V8::GetVersion() { > - return "0.4.3 (candidate)"; > + return "0.4.4 (candidate)"; > } > > > Index: ChangeLog > =================================================================== > --- ChangeLog (revision 685) > +++ ChangeLog (working copy) > @@ -1,3 +1,20 @@ > +2008-11-04: Version 0.4.3 > + > + Added support for API accessors that prohibit overwriting by > + accessors defined in JavaScript code by using __defineGetter__ and > + __defineSetter__. > + > + Improved handling of conditionals in test status files. > + > + Introduced access control in propertyIsEnumerable. > + > + Improved performance of some string operations by caching > + information about the type of the string between operations. > + > + Fixed bug in fast-case code for switch statements that only have > + integer labels. > + > + > 2008-10-30: Version 0.4.2 > > Improved performance of Array.prototype.concat by moving the > > > -- Erik Corry, Software Engineer Google Denmark ApS. CVR nr. 28 86 69 84 c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018 Copenhagen K, Denmark. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
