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

Side by Side Diff: third_party/tcmalloc/README.chromium

Issue 7430002: Update the tcmalloc vendor branch to r111 (perftools version 1.8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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 | third_party/tcmalloc/vendor/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: tcmalloc 1 Name: tcmalloc
2 Short Name: google-perftools 2 Short Name: google-perftools
3 URL: http://google-perftools.googlecode.com/ 3 URL: http://google-perftools.googlecode.com/
4 Version: unknown 4 Version: unknown
5 Revision: 109 5 Revision: 109
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 This contains Chromium's locally patched copy of tcmalloc. 9 This contains Chromium's locally patched copy of tcmalloc.
10 10
11 Contents: 11 Contents:
12 12
13 chromium/ 13 chromium/
14 14
15 The chromium patched sources, copied from the vendor/ 15 The chromium patched sources, copied from the vendor/
16 subdirectory and containing our local modifications. 16 subdirectory and containing our local modifications.
17 17
18 We only copy over the vendor/src/ subdirectory (the only piece 18 We only copy over the vendor/src/ subdirectory (the only piece
19 we need) but still leave it in a chromium/src/ subdirectory to 19 we need) but still leave it in a chromium/src/ subdirectory to
20 keep the directory structures in parallel. 20 keep the directory structures in parallel.
21 21
22 vendor/ 22 vendor/
23 23
24 Vanilla sources from upstream: 24 Vanilla sources from upstream:
25 25
26 http://google-perftools.googlecode.com/svn/trunk 26 http://google-perftools.googlecode.com/svn/trunk
27 27
28 The current revision is: 28 The current revision is:
29 29
30 Last Changed Rev: 109 30 Last Changed Rev: 111
31 Last Changed Date: 2011-05-20 01:37:12 +0400 (Fri, 20 May 2011) 31 Last Changed Date: 2011-07-16 05:07:10 +0400 (Sat, 16 Jul 2011)
32 32
33 33
34 34
35 HOWTOs: 35 HOWTOs:
36 36
37 Take a new version from upstream: 37 Take a new version from upstream:
38 38
39 1) Grab the revision: 39 1) Grab the revision:
40 40
41 $ svn export [-r {tcmalloc-rev}] \ 41 $ svn export [-r {tcmalloc-rev}] \
(...skipping 28 matching lines...) Expand all
70 70
71 $ svn merge -c {chrome-rev} svn://chrome-svn/chrome/trunk/src/third_part y/tcmalloc/vendor/src chromium/src 71 $ svn merge -c {chrome-rev} svn://chrome-svn/chrome/trunk/src/third_part y/tcmalloc/vendor/src chromium/src
72 72
73 2) Resolve any conflicts 73 2) Resolve any conflicts
74 74
75 3) Create the CL, upload, check in: 75 3) Create the CL, upload, check in:
76 76
77 $ gcl change CL 77 $ gcl change CL
78 $ gcl upload CL 78 $ gcl upload CL
79 $ gcl commit CL 79 $ gcl commit CL
OLDNEW
« no previous file with comments | « no previous file | third_party/tcmalloc/vendor/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698