summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorkasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 05:54:42 +0000
committerkasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 05:54:42 +0000
commitab49e2e3c7f3fef9ebbf9749e8bf06765f644c21 (patch)
treea77673a91c5c7d6aeb07c8319c8a4ef73d4a3806 /DEPS
parentb8fbc783757021462a7b7fec521c204f1a2ea45f (diff)
downloadchromium_src-ab49e2e3c7f3fef9ebbf9749e8bf06765f644c21.zip
chromium_src-ab49e2e3c7f3fef9ebbf9749e8bf06765f644c21.tar.gz
chromium_src-ab49e2e3c7f3fef9ebbf9749e8bf06765f644c21.tar.bz2
Update V8 in Chromium to version 1.2.5. This update improves compilation
performance by tweaking the code generator data structures, and by avoiding to overly optimize property loads in code that's not frequently executed. We've also added better statistics gathering for compilation cache hits across cache generations and for remembered set bits in pages. TBR=iposva@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/113830 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index cb30a71..550a722 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@498",
"src/v8":
- "http://v8.googlecode.com/svn/trunk@2022",
+ "http://v8.googlecode.com/svn/trunk@2050",
"src/third_party/skia":
"http://skia.googlecode.com/svn/trunk@171",