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

Side by Side Diff: ChangeLog

Issue 148503002: A64: Synchronize with r15545. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 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 | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2013-07-08: Version 3.20.3
2
3 Performance and stability improvements on all platforms.
4
5
6 2013-07-05: Version 3.20.2
7
8 Remove deprecated heap profiler methods from V8 public API
9
10 Mark i18n functions as native and set proper names
11 (issue 2745)
12
13 Correctly report stack trace when current function is FunctionApply
14 builtin (Chromium issue 252097)
15
16 Enable GDBJIT interface for standalone by default.
17
18 Fix debuggersupport=off build. (issue 2754)
19
20 Introduce -m64 flag for making x64 when the default gcc compiler is for
21 X32
22
23 Performance and stability improvements on all platforms.
24
25
26 2013-07-02: Version 3.20.1
27
28 Implemented WeakMap.prototype.clear function. (issue 2753)
29
30 Ensure CheckInitialized is present independent of define.
31 (Chromium issue 255779)
32
33 Performance and stability improvements on all platforms.
34
35
36 2013-06-28: Version 3.20.0
37
38 Migrated several tests from blink to V8 repository.
39
40 Allowed users of the V8 API to distinguish between unset and undefined
41 HiddenValues (issue 2746).
42
43 Deprecated old style callbacks in the V8 API.
44
45 Turned on parallel recompilation.
46
47 Performance and stability improvements on all platforms.
48
49
1 2013-06-18: Version 3.19.18 50 2013-06-18: Version 3.19.18
2 51
3 Fixed read-only attribute of Function.length in strict mode. 52 Fixed read-only attribute of Function.length in strict mode.
4 (issue 2705) 53 (issue 2705)
5 54
6 Fixed Runtime_SetProperty to properly handle OOM failures 55 Fixed Runtime_SetProperty to properly handle OOM failures
7 (Chromium issue 249873) 56 (Chromium issue 249873)
8 57
9 Emit deprecated check for constant function transitions. 58 Emit deprecated check for constant function transitions.
10 (Chromium issue 250609) 59 (Chromium issue 250609)
(...skipping 5519 matching lines...) Expand 10 before | Expand all | Expand 10 after
5530 setting break points in them. 5579 setting break points in them.
5531 5580
5532 5581
5533 2008-07-03: Version 0.1.0 5582 2008-07-03: Version 0.1.0
5534 5583
5535 Initial export. 5584 Initial export.
5536 5585
5537 # Local Variables: 5586 # Local Variables:
5538 # mode:text 5587 # mode:text
5539 # End: 5588 # End:
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698