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

Unified Diff: ChangeLog

Issue 9169076: Prepare push to trunk. Now working on version 3.9.0. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 24af827b5effa36d24cddd9c9844b5a57039a59b..60bd8719e39164b780d1e67f7d6592392794ec33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2012-01-26: Version 3.8.9
+
+ Flush number string cache on GC (issue 1605).
+
+ Provide access to function inferred name in V8 public API.
Sven Panne 2012/01/26 07:31:46 Perhaps mention Yury Semikhatsky and "GetInferredN
+
+ Fix building with Clang (issue 1912).
+
+ Reduce the space used by the stack for the profiling thread.
+
+ Fix bug 542, misleading documentation of v8::Locker.
+
+ Introduce readbinary function in d8 to read binary files.
Sven Panne 2012/01/26 07:31:46 s/readbinary/ReadBinary/
+
+ Further robustify the keyed lookup cache against unlucky hash seeds.
Sven Panne 2012/01/26 07:31:46 I would remove this, it is subsumed by the item be
+
+ Performance and stability improvements on all platforms.
+
+
2012-01-23: Version 3.8.8
Limited number of loop iterations in Heap::ReserveSpace
« 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