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

Unified Diff: README.chromium

Issue 11348245: Add 32-bit version of llvm-allocated-type. Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/llvm-allocated-type/
Patch Set: Created 8 years 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 | « Linux_ia32/lib/clang/3.2/include/xopintrin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 169608)
+++ README.chromium (working copy)
@@ -27,8 +27,13 @@
Then, Clang inserts a call for one of these functions in every new/delete
expressions as below.
-operator new(...) calls are replaced to
-=> __op_new_intercept__(operator new(...), size, type)
+operator new(...) calls are replaced to
+=> __op_new_intercept__(operator new(...), size, type)
-operator delete(ptr [, size]) calls are replaced to
-=> operator delete(__op_delete_intercept__(ptr, size, type) [, size])
+operator delete(ptr [, size]) calls are replaced to
+=> operator delete(__op_delete_intercept__(ptr, size, type) [, size])
+
+Note:
+32-bit Clang is officially unsupported. The 32-bit Clang in Linux_ia32/ is
+specially prepared only for comparing 32-bit and 64-bit memory usage. Any
+failure by this compiler should not close the tree.
« no previous file with comments | « Linux_ia32/lib/clang/3.2/include/xopintrin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698