Revision: 3042
Author: [email protected]
Date: Thu Oct 8 08:10:14 2009
Log: Get rid of JSExitStub which is no longer used anywhere.
Review URL: http://codereview.chromium.org/268016
http://code.google.com/p/v8/source/detail?r=3042
Modified:
/branches/bleeding_edge/src/arm/macro-assembler-arm.h
/branches/bleeding_edge/src/code-stubs.cc
/branches/bleeding_edge/src/code-stubs.h
=======================================
--- /branches/bleeding_edge/src/arm/macro-assembler-arm.h Fri Oct 2
06:36:20 2009
+++ /branches/bleeding_edge/src/arm/macro-assembler-arm.h Thu Oct 8
08:10:14 2009
@@ -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);
=======================================
--- /branches/bleeding_edge/src/code-stubs.cc Wed Jul 8 12:12:58 2009
+++ /branches/bleeding_edge/src/code-stubs.cc Thu Oct 8 08:10:14 2009
@@ -132,8 +132,6 @@
return "SetProperty";
case InvokeBuiltin:
return "InvokeBuiltin";
- case JSExit:
- return "JSExit";
case ConvertToDouble:
return "ConvertToDouble";
case WriteInt32ToHeapNumber:
=======================================
--- /branches/bleeding_edge/src/code-stubs.h Mon Aug 31 05:40:37 2009
+++ /branches/bleeding_edge/src/code-stubs.h Thu Oct 8 08:10:14 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---