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

Unified Diff: src/graph-codegen.h.rej

Issue 5660003: Remove .rej files. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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 | « src/graph-codegen.cc.rej ('k') | src/objects.cc.rej » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/graph-codegen.h.rej
===================================================================
--- src/graph-codegen.h.rej (revision 5920)
+++ src/graph-codegen.h.rej (working copy)
@@ -1,18 +0,0 @@
---- src/graph-codegen.h (revision 757)
-+++ src/graph-codegen.h (working copy)
-@@ -254,6 +254,7 @@
-
- // Support for recording safepoint information.
- void RecordSafepoint();
-+ unsigned RecordBailout(AstNode* node);
-
- // Emits the safepoint table and returns the pc offset where the
- // table starts after the instructions.
-@@ -286,6 +287,7 @@
-
- // Safe point data structures.
- ZoneList<unsigned> safepoint_pc_offsets_;
-+ ZoneList<unsigned> safepoint_bailout_ids_;
- ZoneList<ZoneList<int>*> safepoint_span_indexes_;
-
- // Current and next basic block.
« no previous file with comments | « src/graph-codegen.cc.rej ('k') | src/objects.cc.rej » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698