Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1791)

Side by Side Diff: ChangeLog

Issue 7433: Update ChangeLog and version number to prepare for new trunk version.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2008-10-16: Version 0.3.5
2
3 Improved string hash-code distribution by excluding bit-field bits
4 from the hash-code.
5
6 Changed string search algorithm used in indexOf from KMP to
7 Boyer-Moore.
8
9 Improved the generated code for the instanceof operator.
10
11 Improved performance of slow-case string equality checks by
12 specializing the code based on the string representation.
13
14 Improve the handling of out-of-memory situations (issue 70).
15
16 Improved performance of strict equality checks.
17
18 Improved profiler output to make it easier to see anonymous
19 functions.
20
21 Improved performance of slow-case keyed loads.
22
23 Improved property access performance by allocating a number of
24 properties in the front object.
25
26 Changed the toString behavior on the built-in object constructors
27 to print [native code] instead of the actual source. Some web
28 applications do not like constructors with complex toString
29 results.
30
31
1 2008-10-06: Version 0.3.4 32 2008-10-06: Version 0.3.4
2 33
3 Changed Array.prototype.sort to use quick sort. 34 Changed Array.prototype.sort to use quick sort.
4 35
5 Fixed code generation issue where leaving a finally block with 36 Fixed code generation issue where leaving a finally block with
6 break or continue would accumulate elements on the expression 37 break or continue would accumulate elements on the expression
7 stack (issue 86). 38 stack (issue 86).
8 39
9 Made sure that the name accessor on functions returns the expected 40 Made sure that the name accessor on functions returns the expected
10 names for builtin JavaScript functions and C++ callback functions. 41 names for builtin JavaScript functions and C++ callback functions.
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 366
336 Improved debugger support by allowing nested break points and by 367 Improved debugger support by allowing nested break points and by
337 dealing with stack-overflows when compiling functions before 368 dealing with stack-overflows when compiling functions before
338 setting break points in them. 369 setting break points in them.
339 370
340 371
341 2008-07-03: Version 0.1.0 372 2008-07-03: Version 0.1.0
342 373
343 Initial export. 374 Initial export.
344 375
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698