Chromium Code Reviews| Index: src/full-codegen.h |
| =================================================================== |
| --- src/full-codegen.h (revision 5970) |
| +++ src/full-codegen.h (working copy) |
| @@ -536,7 +536,7 @@ |
| // Helper for calling an IC stub. |
| void EmitCallIC(Handle<Code> ic, RelocInfo::Mode mode); |
| - // Helper for calling an IC stub with a patch site. Passing NULL for patch_site |
| + // Calling an IC stub with a patch site. Passing NULL for patch_site |
|
William Hesse
2010/12/11 01:47:41
I would say:
// Emit code that calls an IC stub.
/
|
| // indicates no inlined smi code and emits a nop after the IC call. |
| void EmitCallIC(Handle<Code> ic, JumpPatchSite* patch_site); |