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

Side by Side Diff: ChangeLog

Issue 11469003: Prepare push to trunk. Now working on version 3.15.10. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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-12-06: Version 3.15.9
2
3 Fixed candidate eviction in code flusher.
4 (Chromium issue 159140)
5
6 Iterate through all arguments for side effects in Math.min/max.
7 (issue 2444)
8
9 Fixed spec violations related to regexp.lastIndex
10 (issue 2437, issue 2438)
11
12 Enableed stub generation using Hydrogen/Lithium.
Jakob Kummerow 2012/12/06 17:26:18 I'd drop this entry and the next two.
13
14 Introduced callback for resolving global object name while taking heap
15 snapshot.
16
17 Forced inlining for hot interface functions.
18
19 Performance and stability improvements on all platforms.
20
21
1 2012-12-04: Version 3.15.8 22 2012-12-04: Version 3.15.8
2 23
3 Enforced stack allocation of TryCatch blocks. 24 Enforced stack allocation of TryCatch blocks.
4 (issue 2166,chromium:152389) 25 (issue 2166,chromium:152389)
5 26
6 Fixed external exceptions in external try-catch handlers. 27 Fixed external exceptions in external try-catch handlers.
7 (issue 2166) 28 (issue 2166)
8 29
9 Activated incremental code flushing by default. 30 Activated incremental code flushing by default.
10 31
(...skipping 4829 matching lines...) Expand 10 before | Expand all | Expand 10 after
4840 setting break points in them. 4861 setting break points in them.
4841 4862
4842 4863
4843 2008-07-03: Version 0.1.0 4864 2008-07-03: Version 0.1.0
4844 4865
4845 Initial export. 4866 Initial export.
4846 4867
4847 # Local Variables: 4868 # Local Variables:
4848 # mode:text 4869 # mode:text
4849 # End: 4870 # 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