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

Unified Diff: runtime/vm/deopt_instructions.h

Issue 14812005: Cleanup deoptimization code to make it architecture independent (in progress). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: runtime/vm/deopt_instructions.h
===================================================================
--- runtime/vm/deopt_instructions.h (revision 22345)
+++ runtime/vm/deopt_instructions.h (working copy)
@@ -20,8 +20,8 @@
class DeoptimizationContext : public ValueObject {
public:
// 'to_frame_start' points to the return address just below the frame's
- // stack pointer. 'num_args' is 0 if there are no arguments or if there
- // are optional arguments.
+ // stack pointer (kPcAddressOffsetFromSp). 'num_args' is 0 if there are no
+ // arguments or if there are optional arguments.
DeoptimizationContext(intptr_t* to_frame_start,
intptr_t to_frame_size,
const Array& object_table,

Powered by Google App Engine
This is Rietveld 408576698