Reviewers: Erik Corry,

Description:
Get rid of JSExitStub which is no longer used anywhere.

Please review this at http://codereview.chromium.org/268016

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/arm/macro-assembler-arm.h
   M     src/code-stubs.h
   M     src/code-stubs.cc


Index: src/code-stubs.cc
===================================================================
--- src/code-stubs.cc   (revision 3040)
+++ src/code-stubs.cc   (working copy)
@@ -132,8 +132,6 @@
        return "SetProperty";
      case InvokeBuiltin:
        return "InvokeBuiltin";
-    case JSExit:
-      return "JSExit";
      case ConvertToDouble:
        return "ConvertToDouble";
      case WriteInt32ToHeapNumber:
Index: src/arm/macro-assembler-arm.h
===================================================================
--- src/arm/macro-assembler-arm.h       (revision 3040)
+++ src/arm/macro-assembler-arm.h       (working copy)
@@ -246,7 +246,6 @@

    // Call a code stub.
    void CallStub(CodeStub* stub, Condition cond = al);
-  void CallJSExitStub(CodeStub* stub);

    // Return from a code stub after popping its arguments.
    void StubReturn(int argc);
Index: src/code-stubs.h
===================================================================
--- src/code-stubs.h    (revision 3040)
+++ src/code-stubs.h    (working copy)
@@ -56,7 +56,6 @@
      GetProperty,   // ARM only
      SetProperty,   // ARM only
      InvokeBuiltin,  // ARM only
-    JSExit,        // ARM only
      RegExpCEntry,  // ARM only
      NUMBER_OF_IDS
    };



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to