Bug 116631

Summary: fourthTier: FTL shouldn't use the LLVM global context, and should instead create its own context for each compilation
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 112840    
Attachments:
Description Flags
the patch mhahnenberg: review+

Filip Pizlo
Reported 2013-05-22 12:53:15 PDT
In the future we might want to share contexts for multiple compilations, but for now using one context per compilation is a progression over just constantly using the global context.
Attachments
the patch (27.82 KB, patch)
2013-05-22 12:54 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-05-22 12:54:53 PDT
Created attachment 202616 [details] the patch
Mark Hahnenberg
Comment 2 2013-05-22 13:06:59 PDT
Comment on attachment 202616 [details] the patch r=me
Filip Pizlo
Comment 3 2013-05-22 13:09:58 PDT
Note You need to log in before you can comment on or make changes to this bug.