Bug 22828 - Do not inspect bytecode instruction stream for op_get_by_id exception information
Summary: Do not inspect bytecode instruction stream for op_get_by_id exception informa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 14:18 PST by Cameron Zwarich (cpst)
Modified: 2008-12-12 14:49 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (7.64 KB, patch)
2008-12-12 14:23 PST, Cameron Zwarich (cpst)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-12-12 14:18:47 PST
We need to do this in order to delete the bytecode instruction stream after generating native code.
Comment 1 Cameron Zwarich (cpst) 2008-12-12 14:23:23 PST
Created attachment 25987 [details]
Proposed patch
Comment 2 Sam Weinig 2008-12-12 14:43:54 PST
Comment on attachment 25987 [details]
Proposed patch

r=me with the comments I gave on irc.
Comment 3 Cameron Zwarich (cpst) 2008-12-12 14:49:11 PST
Landed in r39255.