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

Side by Side Diff: ChangeLog

Issue 113829: Prepare to push version 1.2.5 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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/version.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 2009-05-26: Version 1.2.5
2
3 Fixed bug in initial boundary check for Boyer-Moore text
4 search (issue 349).
5
6 Fixed compilation issues with MinGW and gcc 4.3+ and added support
7 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
8 Craig Schlenter.
9
10 Added a script cache to the debugger.
11
12 Optimized compilation performance by improving internal data
13 structures and avoiding expensive property load optimizations for
14 code that's infrequently executed.
15
16 Exposed the calling JavaScript context through the static API
17 function Context::GetCalling().
18
19
1 2009-05-18: Version 1.2.4 20 2009-05-18: Version 1.2.4
2 21
3 Improved performance of floating point number allocation for ARM 22 Improved performance of floating point number allocation for ARM
4 platforms. 23 platforms.
5 24
6 Fixed crash when using the instanceof operator on functions with 25 Fixed crash when using the instanceof operator on functions with
7 number values in their prototype chain (issue 341). 26 number values in their prototype chain (issue 341).
8 27
9 Optimized virtual frame operations in the code generator to speed 28 Optimized virtual frame operations in the code generator to speed
10 up compilation time and allocated the frames in the zone. 29 up compilation time and allocated the frames in the zone.
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 911
893 Improved debugger support by allowing nested break points and by 912 Improved debugger support by allowing nested break points and by
894 dealing with stack-overflows when compiling functions before 913 dealing with stack-overflows when compiling functions before
895 setting break points in them. 914 setting break points in them.
896 915
897 916
898 2008-07-03: Version 0.1.0 917 2008-07-03: Version 0.1.0
899 918
900 Initial export. 919 Initial export.
901 920
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698