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

Side by Side Diff: ChangeLog

Issue 165383: Prepare to push to trunk. We are now working on version 1.3.4. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 4 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 2009-08-12: Version 1.3.3
2
3 Fix issue 417: incorrect %t placeholder expansion.
4
5 Add .gitignore file similar to Chromium's one.
6
7 Fix SConstruct file to build with new logging code for Android.
8
9 API: added function to find instance of template in prototype
10 chain. Inlined Object::IsInstanceOf.
11
12 Land change to notify valgrind when we modify code on x86.
13
14 Add api call to determine whether a string can be externalized.
15
16 Add a write() command to d8.
17
18
1 2009-08-05: Version 1.3.2 19 2009-08-05: Version 1.3.2
2 20
3 Started new compiler infrastructure for two-pass compilation using a 21 Started new compiler infrastructure for two-pass compilation using a
4 control flow graph constructed from the AST. 22 control flow graph constructed from the AST.
5 23
6 Profiler stack sampling for X64. 24 Profiler stack sampling for X64.
7 25
8 Safe handling of NaN to Posix platform-dependent time functions. 26 Safe handling of NaN to Posix platform-dependent time functions.
9 27
10 Added a new profiler control API to unify controlling various aspects 28 Added a new profiler control API to unify controlling various aspects
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 1129
1112 Improved debugger support by allowing nested break points and by 1130 Improved debugger support by allowing nested break points and by
1113 dealing with stack-overflows when compiling functions before 1131 dealing with stack-overflows when compiling functions before
1114 setting break points in them. 1132 setting break points in them.
1115 1133
1116 1134
1117 2008-07-03: Version 0.1.0 1135 2008-07-03: Version 0.1.0
1118 1136
1119 Initial export. 1137 Initial export.
1120 1138
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