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

Side by Side Diff: ChangeLog

Issue 9535010: Prepare push to trunk. Now working on version 3.9.14. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 2012-02-29: Version 3.9.13
2
3 Add code kind check before preparing for OSR. (issue 1900, 115073)
4
5 Pass zone explicitly to zone-allocation on x64 and ARM. (issue 1802)
6
7 Port string construct stub to x64. (issue 849)
8
9 Performance and stability improvements on all platforms.
10
11
1 2012-02-28: Version 3.9.12 12 2012-02-28: Version 3.9.12
2 13
3 Fix the negative lookup stub to handle deleted entries in a dictionary. 14 Fix the negative lookup stub to handle deleted entries in a dictionary.
4 (issue 1964) 15 (issue 1964)
5 16
6 Add a new API where the host can supply a callback function. The 17 Add a new API where the host can supply a callback function. The
7 callback function can resolve the location of a return address on stack 18 callback function can resolve the location of a return address on stack
8 to the location where a return-address rewriting profiler stashed the 19 to the location where a return-address rewriting profiler stashed the
9 original return address. 20 original return address.
10 21
(...skipping 3785 matching lines...) Expand 10 before | Expand all | Expand 10 after
3796 setting break points in them. 3807 setting break points in them.
3797 3808
3798 3809
3799 2008-07-03: Version 0.1.0 3810 2008-07-03: Version 0.1.0
3800 3811
3801 Initial export. 3812 Initial export.
3802 3813
3803 # Local Variables: 3814 # Local Variables:
3804 # mode:text 3815 # mode:text
3805 # End: 3816 # End:
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