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

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: Addressed Yang's comments. 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.
11
12 Ensure that store buffer filtering hash sets are cleared after
13 StoreBuffer::Filter.
14
15 Randomize the seed used for string hashing. This helps guard against
16 CPU-eating DOS attacks against node.js servers. Based on code from
17 Bert Belder. This version only solves the issue for those that compile
18 V8 themselves or those that do not use snapshots. A snapshot-based
19 precompiled V8 will still have predictable string hash codes.
20
21 Implement callback when script finishes running in V8 API.
22
23 Improve performance of Math.min and Math.max for the case of two
24 arguments. (issue 1325)
25
26
1 2012-01-02: Version 3.8.4 27 2012-01-02: Version 3.8.4
2 28
3 Performance improvements for large Smi-only arrays. 29 Performance improvements for large Smi-only arrays.
4 30
5 Fixed InternalArrays construction. (issue 1878) 31 Fixed InternalArrays construction. (issue 1878)
6 32
7 33
8 2011-12-27: Version 3.8.3 34 2011-12-27: Version 3.8.3
9 35
10 Avoid embedding new space objects into code objects in the lithium gap 36 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. 3582 setting break points in them.
3557 3583
3558 3584
3559 2008-07-03: Version 0.1.0 3585 2008-07-03: Version 0.1.0
3560 3586
3561 Initial export. 3587 Initial export.
3562 3588
3563 # Local Variables: 3589 # Local Variables:
3564 # mode:text 3590 # mode:text
3565 # End: 3591 # 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