Index: src/full-codegen.h |
=================================================================== |
--- src/full-codegen.h (revision 6683) |
+++ src/full-codegen.h (working copy) |
@@ -544,7 +544,8 @@ |
void EmitCallIC(Handle<Code> ic, RelocInfo::Mode mode); |
// Calling an IC stub with a patch site. Passing NULL for patch_site |
- // indicates no inlined smi code and emits a nop after the IC call. |
+ // or non NULL patch_site which is not activated indicates no inlined smi code |
+ // and emits a nop after the IC call. |
void EmitCallIC(Handle<Code> ic, JumpPatchSite* patch_site); |
// Set fields in the stack frame. Offsets are the frame pointer relative |