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

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

Issue 2946753003: Sped up allocateBranchIsland by skipping whole regions of allocated memory. (Closed)
Patch Set: Fixing release build Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/mach_override/chromium.patch » ('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: mach_override 1 Name: mach_override
2 Short Name: mach_override 2 Short Name: mach_override
3 Version: Newer than 1.2. HEAD from branch semver-1.x. 3 Version: unknown
4 URL: https://github.com/rentzsch/mach_override 4 URL: https://github.com/rentzsch/mach_override
5 Date: 2014-05-11 5 Date: 2014-05-11
6 Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa 6 Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa
7 License: MIT and 2-clause BSD 7 License: MIT and 2-clause BSD
8 Security Critical: Yes 8 Security Critical: Yes
9 9
10 10
11 Description: 11 Description:
12 This package is used to replace framework functions with different 12 This package is used to replace framework functions with different
13 implementations at run time. 13 implementations at run time.
14 14
15 mach_override includes a copy of libudis86 1.7.1, available separately from 15 mach_override includes a copy of libudis86 1.7.1, available separately from
16 http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 . 16 http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 .
17 17
18 18
19 Local Modifications: None. 19 Local Modifications: Sped up allocation of branch island memory via usage of
20 vm_region to skip already allocated pages.
OLDNEW
« no previous file with comments | « no previous file | third_party/mach_override/chromium.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698