summaryrefslogtreecommitdiff
path: root/README_windows.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README_windows.txt')
-rw-r--r--README_windows.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README_windows.txt b/README_windows.txt
index 660abbb..621f1a3 100644
--- a/README_windows.txt
+++ b/README_windows.txt
@@ -78,6 +78,11 @@ both x86 and x64. In particular, if you use the 'statically link with
libc, and replace its malloc with tcmalloc' approach, mentioned above,
it should be possible to use tcmalloc with 64-bit windows.
+As of perftools 1.10, there is some support for disassembling x86_64
+instructions, for work with win64. This work is preliminary, but the
+test file preamble_patcher_test.cc is provided to play around with
+that a bit. preamble_patcher_test will not compile on win32.
+
--- ISSUES