Bug 100345 - JSC: Update the C++ llint to work with the recent op_resolve... changes
Summary: JSC: Update the C++ llint to work with the recent op_resolve... changes
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:
: 100364 (view as bug list)
Depends on:
Blocks: 97648
  Show dependency treegraph
 
Reported: 2012-10-25 00:36 PDT by Mark Lam
Modified: 2012-10-25 09:31 PDT (History)
3 users (show)

See Also:


Attachments
Fix. (2.42 KB, patch)
2012-10-25 00:44 PDT, Mark Lam
oliver: 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-10-25 00:36:02 PDT
The recent op_resolve... bytecode changes broke the C++ llint.  Fixing.
Comment 1 Mark Lam 2012-10-25 00:44:56 PDT
Created attachment 170573 [details]
Fix.
Comment 2 Mark Lam 2012-10-25 07:51:36 PDT
*** Bug 100364 has been marked as a duplicate of this bug. ***
Comment 3 Simon Hausmann 2012-10-25 08:16:57 PDT
Comment on attachment 170573 [details]
Fix.

Looks so much cleaner :) Unfortunately I'm not familiar enough to feel comfortable reviewing this bit.
Comment 4 Mark Lam 2012-10-25 09:31:22 PDT
Landed in r132492: <http://trac.webkit.org/changeset/132492>.