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

Unified Diff: Source/wtf/CPU.h

Issue 717263005: Re-land: 178586 Avoid fragmenting address space on small windows systems. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | Source/wtf/PageAllocator.cpp » ('j') | Source/wtf/PageAllocator.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/CPU.h
diff --git a/Source/wtf/CPU.h b/Source/wtf/CPU.h
index 3588be376d79fc71ba0533461a1250d6957412b1..5e24e7b098d3ed36f99024f2ef1d5c61f3cbadb2 100644
--- a/Source/wtf/CPU.h
+++ b/Source/wtf/CPU.h
@@ -37,7 +37,7 @@
/* ==== CPU() - the target CPU architecture ==== */
/* This defines CPU(BIG_ENDIAN) or nothing, as appropriate. */
-/* This defines CPU(32BIT) or CPU(64BIT), as appropriate. */
+/* This defines CPU(64BIT) or nothing, as appropriate. */
/* CPU(X86) - i386 / x86 32-bit */
#if defined(__i386__) \
@@ -168,10 +168,6 @@
#define WTF_CPU_APPLE_ARMV7S 1
#endif
-#if !defined(WTF_CPU_64BIT)
-#define WTF_CPU_32BIT 1
-#endif
-
#endif /* ARM */
/* CPU(ARM64) - AArch64 64-bit */
« no previous file with comments | « no previous file | Source/wtf/PageAllocator.cpp » ('j') | Source/wtf/PageAllocator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698