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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/mach_override/chromium.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mach_override/README.chromium
diff --git a/third_party/mach_override/README.chromium b/third_party/mach_override/README.chromium
index 8a7c3fd79e0b6286120829314a72badbeb316c42..8d1d95ae00374d8f6c34f56376baf004f548c869 100644
--- a/third_party/mach_override/README.chromium
+++ b/third_party/mach_override/README.chromium
@@ -1,6 +1,6 @@
Name: mach_override
Short Name: mach_override
-Version: Newer than 1.2. HEAD from branch semver-1.x.
+Version: unknown
URL: https://github.com/rentzsch/mach_override
Date: 2014-05-11
Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa
@@ -16,4 +16,5 @@ mach_override includes a copy of libudis86 1.7.1, available separately from
http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 .
-Local Modifications: None.
+Local Modifications: Sped up allocation of branch island memory via usage of
+ vm_region to skip already allocated pages.
« 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