Bug 96969 - JSC: Deleting the now deprecated Classic Interpreter
Summary: JSC: Deleting the now deprecated Classic Interpreter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 17:45 PDT by Mark Lam
Modified: 2012-09-24 21:30 PDT (History)
7 users (show)

See Also:


Attachments
work in progress 1: let's see if there are any bots that still rely on the classic interpreter. (177.78 KB, patch)
2012-09-18 10:43 PDT, Mark Lam
no flags Details | Formatted Diff | Diff
Fix. (186.83 KB, patch)
2012-09-24 18:22 PDT, Mark Lam
no flags Details | Formatted Diff | Diff
Fix - some debug code that got accidentally included in the last patch. (186.35 KB, patch)
2012-09-24 18:30 PDT, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-09-17 17:45:38 PDT
The Classic Interpreter is now deprecated.  We will delete it.
Comment 1 Mark Lam 2012-09-18 10:43:40 PDT
Created attachment 164585 [details]
work in progress 1: let's see if there are any bots that still rely on the classic interpreter.
Comment 2 Mark Lam 2012-09-24 18:22:45 PDT
Created attachment 165483 [details]
Fix.
Comment 3 Mark Lam 2012-09-24 18:30:07 PDT
Created attachment 165485 [details]
Fix - some debug code that got accidentally included in the last patch.
Comment 4 Geoffrey Garen 2012-09-24 19:41:58 PDT
Comment on attachment 165485 [details]
Fix - some debug code that got accidentally included in the last patch.

r=me

Goodbye, old friend.
Comment 5 Mark Lam 2012-09-24 21:30:34 PDT
Landed in http://trac.webkit.org/changeset/129453.