Bug 18257 - Improve reference counting of registers in Change CodeGenerator::emitCall()
Summary: Improve reference counting of registers in Change CodeGenerator::emitCall()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 00:53 PDT by Cameron Zwarich (cpst)
Modified: 2008-04-02 23:08 PDT (History)
3 users (show)

See Also:


Attachments
Proposed patch (3.15 KB, patch)
2008-04-01 00:54 PDT, Cameron Zwarich (cpst)
ggaren: 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-04-01 00:53:47 PDT
Patch to follow in the next post.
Comment 1 Cameron Zwarich (cpst) 2008-04-01 00:54:15 PDT
Created attachment 20271 [details]
Proposed patch
Comment 2 Maciej Stachowiak 2008-04-02 23:08:57 PDT
An improved version of this was landed.