Bug 116631 - fourthTier: FTL shouldn't use the LLVM global context, and should instead create its own context for each compilation
Summary: fourthTier: FTL shouldn't use the LLVM global context, and should instead cre...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 112840
  Show dependency treegraph
 
Reported: 2013-05-22 12:53 PDT by Filip Pizlo
Modified: 2013-05-22 13:09 PDT (History)
7 users (show)

See Also:


Attachments
the patch (27.82 KB, patch)
2013-05-22 12:54 PDT, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 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.
Comment 1 Filip Pizlo 2013-05-22 12:54:53 PDT
Created attachment 202616 [details]
the patch
Comment 2 Mark Hahnenberg 2013-05-22 13:06:59 PDT
Comment on attachment 202616 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-05-22 13:09:58 PDT
Landed in http://trac.webkit.org/changeset/150533