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

Side by Side Diff: ChangeLog

Issue 10790138: Prepare push to trunk. Now working on version 3.12.16. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 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-07-24: Version 3.12.15
2
3 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
4 (issue 2252)
5
6 Added dependency to HLoadKeyed* instructions to prevent invalid hoisting .
Jakob Kummerow 2012/07/24 07:52:26 nit: long line
7 (Chromium issue 137768)
8
9 Enabled building V8 for Android on Mac
Jakob Kummerow 2012/07/24 07:52:26 nit: missing full stop. Also, let's make this s/V8
10
11 Interpret negative hexadecimal literals as NaN.
12 (issue 2240)
13
14 Fixed corner case when transforming dictionary to fast elements.
15 (issue 2249)
16
17 Fixed Windows build spam.
Jakob Kummerow 2012/07/24 07:52:26 I don't think this is relevant.
18 (issue 2242)
19
20 Preserve rsi when probing for CPU features.
Jakob Kummerow 2012/07/24 07:52:26 Is this visible to embedders/users?
21 (issue 2238)
22
23 Inserted missing write barrier in sliced string allocation.
24 (issue 2237)
25
26 Expose counters in javascript when using --track-gc-object-stats.
27
28 Enabled building and testing V8 on Android IA.
29
30 Added --trace-parse flag to parser.
31
32 Performance and stability improvements on all platforms.
33
34
1 2012-07-18: Version 3.12.14 35 2012-07-18: Version 3.12.14
2 36
3 Deactivated optimization of packed arrays. 37 Deactivated optimization of packed arrays.
4 (Chromium issue 137768) 38 (Chromium issue 137768)
5 39
6 Fixed broken accessor transition. 40 Fixed broken accessor transition.
7 (Chromium issue 137689) 41 (Chromium issue 137689)
8 42
9 Performance and stability improvements on all platforms. 43 Performance and stability improvements on all platforms.
10 44
(...skipping 4416 matching lines...) Expand 10 before | Expand all | Expand 10 after
4427 setting break points in them. 4461 setting break points in them.
4428 4462
4429 4463
4430 2008-07-03: Version 0.1.0 4464 2008-07-03: Version 0.1.0
4431 4465
4432 Initial export. 4466 Initial export.
4433 4467
4434 # Local Variables: 4468 # Local Variables:
4435 # mode:text 4469 # mode:text
4436 # End: 4470 # 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