Reviewers: fschneider, Description: Fix some of my earlier typos.
[email protected] Please review this at http://codereview.chromium.org/543106 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/x64/ic-x64.cc M src/x64/stub-cache-x64.cc Index: src/x64/stub-cache-x64.cc =================================================================== --- src/x64/stub-cache-x64.cc (revision 3630) +++ src/x64/stub-cache-x64.cc (working copy) @@ -688,7 +688,7 @@ // rsp[16] argument argc - 1 // ... // rsp[argc * 8] argument 1 - // rsp[(argc + 1) * 8] argument 0 = reciever + // rsp[(argc + 1) * 8] argument 0 = receiver // rsp[(argc + 2) * 8] function name Label miss; Index: src/x64/ic-x64.cc =================================================================== --- src/x64/ic-x64.cc (revision 3630) +++ src/x64/ic-x64.cc (working copy) @@ -982,7 +982,7 @@ // rsp[16] argument argc - 1 // ... // rsp[argc * 8] argument 1 - // rsp[(argc + 1) * 8] argument 0 = reciever + // rsp[(argc + 1) * 8] argument 0 = receiver // rsp[(argc + 2) * 8] function name // ----------------------------------- Label number, non_number, non_string, boolean, probe, miss; @@ -1078,7 +1078,7 @@ // rsp[16] argument argc - 1 // ... // rsp[argc * 8] argument 1 - // rsp[(argc + 1) * 8] argument 0 = reciever + // rsp[(argc + 1) * 8] argument 0 = receiver // rsp[(argc + 2) * 8] function name // -----------------------------------
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
