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

Unified Diff: src/compiler/instruction.h

Issue 1119683002: Mark instruction blocks with spills (for frame elision). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Improved printing of blocks Created 5 years, 8 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/compiler/frame-elider.cc ('k') | src/compiler/instruction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/instruction.h
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
index 7d5105b93a8435de4c0c7b0b52e46594e9bbc0e2..d02a7b3ffbc9207bf642dcab33714919c7290b28 100644
--- a/src/compiler/instruction.h
+++ b/src/compiler/instruction.h
@@ -1052,7 +1052,7 @@ class InstructionSequence final : public ZoneObject {
return instruction_blocks_->at(rpo_number.ToSize());
}
- const InstructionBlock* GetInstructionBlock(int instruction_index) const;
+ InstructionBlock* GetInstructionBlock(int instruction_index) const;
static MachineType DefaultRepresentation() {
return kPointerSize == 8 ? kRepWord64 : kRepWord32;
« no previous file with comments | « src/compiler/frame-elider.cc ('k') | src/compiler/instruction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698