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

Unified Diff: src/x87/assembler-x87.h

Issue 2109613004: Remove position info from relocation info. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@turbosourcepos
Patch Set: fix Created 4 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 | « src/x64/assembler-x64.cc ('k') | src/x87/assembler-x87.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x87/assembler-x87.h
diff --git a/src/x87/assembler-x87.h b/src/x87/assembler-x87.h
index d4cde52ff6871c6bab09570a298f685b3887ee19..5974dce64b2bdca9f4539c71b41f3ae1a6111c67 100644
--- a/src/x87/assembler-x87.h
+++ b/src/x87/assembler-x87.h
@@ -990,10 +990,6 @@ class Assembler : public AssemblerBase {
static bool IsNop(Address addr);
- AssemblerPositionsRecorder* positions_recorder() {
- return &positions_recorder_;
- }
-
int relocation_writer_size() {
return (buffer_ + buffer_size_) - reloc_info_writer.pos();
}
@@ -1079,9 +1075,6 @@ class Assembler : public AssemblerBase {
// code generation
RelocInfoWriter reloc_info_writer;
-
- AssemblerPositionsRecorder positions_recorder_;
- friend class AssemblerPositionsRecorder;
};
« no previous file with comments | « src/x64/assembler-x64.cc ('k') | src/x87/assembler-x87.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698