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

Side by Side Diff: ChangeLog

Issue 110573004: Merge bleeding_edge 17696:18016. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 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
OLDNEW
1 2013-11-22: Version 3.23.10
2
3 Remove preemption thread and API.
4 (issue 3004)
5
6 Performance and stability improvements on all platforms.
7
8
9 2013-11-21: Version 3.23.9
10
11 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t
12 instead of intptr_t.
13
14 Remove deprecated v8::SetResourceConstraints without Isolate parameter.
15
16 Remove deprecated v8-defaults.h and defaults.cc.
17 (Chromium issue 312241)
18
19 Make it possible to add more than one piece of embedder data to
20 isolates.
21 (Chromium issue 317398)
22
23 Performance and stability improvements on all platforms.
24
25
26 2013-11-20: Version 3.23.8
27
28 Fixed crashes exposed though fuzzing.
29 (Chromium issue 320948)
30
31 Deprecated v8::External::New without Isolate parameter.
32
33 Made number of available threads isolate-dependent and exposed it to
34 ResourceConstraints.
35 (issue 2991)
36
37 Performance and stability improvements on all platforms.
38
39
40 2013-11-19: Version 3.23.7
41
42 Bugfix: dependent code field in AllocationSite was keeping code objects
43 alive even after context death.
44 (Chromium issue 320532)
45
46 Fixed data view accessors to throw execptions on offsets bigger than
47 size_t.
48 (issue 3013)
49
50 Performance and stability improvements on all platforms.
51
52
53 2013-11-18: Version 3.23.6
54
55 Limit size of dehoistable array indices.
56 (Chromium issues 319835, 319860)
57
58 Limit the size for typed arrays to MaxSmi.
59 (Chromium issue 319722)
60
61 Performance and stability improvements on all platforms.
62
63
64 2013-11-15: Version 3.23.5
65
66 Fixed missing type feedback check for Generic*String addition.
67 (Chromium issue 318671)
68
69 Fixed duplicate check in DependentCode::Insert.
70 (Chromium issue 318454)
71
72 Performance and stability improvements on all platforms.
73
74
75 2013-11-14: Version 3.23.4
76
77 Fixed overflow in TypedArray initialization function.
78 (Chromium issue 319120)
79
80 Performance and stability improvements on all platforms.
81
82
1 2013-11-13: Version 3.23.3 83 2013-11-13: Version 3.23.3
2 84
3 Fixed compilation with GCC 4.8. 85 Fixed compilation with GCC 4.8.
4 (issue 2767, 2149) 86 (issue 2767, 2149)
5 87
6 Added explicit Isolate parameter to External::New. 88 Added explicit Isolate parameter to External::New.
7 (Chromium issue 266838) 89 (Chromium issue 266838)
8 90
9 Performance and stability improvements on all platforms. 91 Performance and stability improvements on all platforms.
10 92
(...skipping 6207 matching lines...) Expand 10 before | Expand all | Expand 10 after
6218 setting break points in them. 6300 setting break points in them.
6219 6301
6220 6302
6221 2008-07-03: Version 0.1.0 6303 2008-07-03: Version 0.1.0
6222 6304
6223 Initial export. 6305 Initial export.
6224 6306
6225 # Local Variables: 6307 # Local Variables:
6226 # mode:text 6308 # mode:text
6227 # End: 6309 # End:
OLDNEW
« no previous file with comments | « .clang-format ('k') | PRESUBMIT.py » ('j') | include/v8-defaults.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698