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

Side by Side Diff: ChangeLog

Issue 9114009: Prepare push to trunk. Now working on version 3.8.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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-01-05: Version 3.8.5
2
3 Fix broken test that assumes that no GC can clear the regexp cache (GC
4 can happen at any time due to Crankshaft).
5
6 Fix handling of bogus receivers for Harmony collections. (issue 1884)
7
8 Add netbsd support to gyp build.
9
10 Determine page size at runtime on posix platforms. Landing for
Yang 2012/01/05 14:53:02 Do we want to have the line "Landing for kalmard"
rossberg 2012/01/05 14:56:14 Done.
11 kalmard. http://codereview.chromium.org/9023007/
12
13 Ensure that store buffer filtering hash sets are cleared after
14 StoreBuffer::Filter.
15
16 Randomize the seed used for string hashing. This helps guard against
17 CPU-eating DOS attacks against node.js servers. Based on code from
18 Bert Belder. This version only solves the issue for those that compile
19 V8 themselves or those that do not use snapshots. A snapshot-based
20 precompiled V8 will still have predictable string hash codes.
21
22 Implement callback when script finishes running in V8 API.
23
24 Update LICENSE file
Yang 2012/01/05 14:53:02 I think this line is unnecessary.
rossberg 2012/01/05 14:56:14 Done.
25
26 Improve performance of Math.min and Math.max for the case of two
27 arguments. (issue 1325)
28
29
1 2012-01-02: Version 3.8.4 30 2012-01-02: Version 3.8.4
2 31
3 Performance improvements for large Smi-only arrays. 32 Performance improvements for large Smi-only arrays.
4 33
5 Fixed InternalArrays construction. (issue 1878) 34 Fixed InternalArrays construction. (issue 1878)
6 35
7 36
8 2011-12-27: Version 3.8.3 37 2011-12-27: Version 3.8.3
9 38
10 Avoid embedding new space objects into code objects in the lithium gap 39 Avoid embedding new space objects into code objects in the lithium gap
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 setting break points in them. 3585 setting break points in them.
3557 3586
3558 3587
3559 2008-07-03: Version 0.1.0 3588 2008-07-03: Version 0.1.0
3560 3589
3561 Initial export. 3590 Initial export.
3562 3591
3563 # Local Variables: 3592 # Local Variables:
3564 # mode:text 3593 # mode:text
3565 # End: 3594 # 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