[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
darin
darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:30:42 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 2f4f96105a308db6f5294c97f419cb4593fd6fe0
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Aug 10 04:32:36 2002 +0000
Some string speedups. Makes sony.com cached 11% faster on Development, but
the improvement for Deployment should be greater.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1792 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 33c0db1..d33fcb3 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,6 +1,7 @@
2002-08-09 Darin Adler <darin at apple.com>
- Some string speedups. Makes sony.com cached 11% faster.
+ Some string speedups. Makes sony.com cached 11% faster on Development, but
+ the improvement for Deployment should be greater.
* kjs/ustring.h: Made it possible for UChar objects to be uninitialized, which
gives a speed boost. Inlined CString's +=, UString's destructor, +=, and +.
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 33c0db1..d33fcb3 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,6 +1,7 @@
2002-08-09 Darin Adler <darin at apple.com>
- Some string speedups. Makes sony.com cached 11% faster.
+ Some string speedups. Makes sony.com cached 11% faster on Development, but
+ the improvement for Deployment should be greater.
* kjs/ustring.h: Made it possible for UChar objects to be uninitialized, which
gives a speed boost. Inlined CString's +=, UString's destructor, +=, and +.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 33c0db1..d33fcb3 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,6 +1,7 @@
2002-08-09 Darin Adler <darin at apple.com>
- Some string speedups. Makes sony.com cached 11% faster.
+ Some string speedups. Makes sony.com cached 11% faster on Development, but
+ the improvement for Deployment should be greater.
* kjs/ustring.h: Made it possible for UChar objects to be uninitialized, which
gives a speed boost. Inlined CString's +=, UString's destructor, +=, and +.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list