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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/graph-codegen.cc.rej ('k') | src/objects.cc.rej » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- src/graph-codegen.h (revision 757)
2 +++ src/graph-codegen.h (working copy)
3 @@ -254,6 +254,7 @@
4
5 // Support for recording safepoint information.
6 void RecordSafepoint();
7 + unsigned RecordBailout(AstNode* node);
8
9 // Emits the safepoint table and returns the pc offset where the
10 // table starts after the instructions.
11 @@ -286,6 +287,7 @@
12
13 // Safe point data structures.
14 ZoneList<unsigned> safepoint_pc_offsets_;
15 + ZoneList<unsigned> safepoint_bailout_ids_;
16 ZoneList<ZoneList<int>*> safepoint_span_indexes_;
17
18 // Current and next basic block.
OLDNEW
« 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