source: webkit/trunk/Source/JavaScriptCore/dfg/DFGJITCode.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @294873   3 years ysuzuki [JSC] Introduce unlinked StructureStubInfo into uDFG …
(edit) @293714   3 years ysuzuki [JSC] Introduce unlinked version of invalidation …
(edit) @293629   3 years ysuzuki [JSC] Use FixedVector in JumpReplacements and VariableEventStream …
(edit) @293605   3 years ysuzuki [JSC] Make DFG::OSRExit data unlinked …
(edit) @283139   4 years sbarati Build an unlinked baseline JIT …
(edit) @283129   4 years commit-queue Unreviewed, reverting r283102, r283103 and r283104. …
(edit) @283102   4 years sbarati Build an unlinked baseline JIT …
(edit) @283089   4 years commit-queue Unreviewed, reverting r283083 and r283088. …
(edit) @283083   4 years sbarati Build an unlinked baseline JIT …
(edit) @278253   4 years darin Remove WTF::Optional synonym for std::optional, using that class …
(edit) @278185   4 years darin Next step toward using std::optional directly instead of through …
(edit) @276224   4 years ysuzuki [JSC] Make more DFG/FTL data FixedVector/Vector …
(edit) @261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
(edit) @255540   5 years ysuzuki [JSC] DFG::CommonData::shrinkToFit called before DFG::Plan::reallyAdd …
(edit) @254714   5 years rmorisset Use dataLogIf more regularly …
(edit) @254087   5 years mark.lam PerformanceTests: Convert ASSERT_DISABLED to ASSERT_ENABLED, and fix …
(edit) @251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
(edit) @251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
(edit) @245017   6 years sbarati Don't OSR enter into an FTL CodeBlock that has been jettisoned …
(edit) @244764   6 years sbarati Make JITType an enum class …
(edit) @242192   6 years ysuzuki [JSC] mustHandleValues for dead bytecode locals should be ignored in …
(edit) @239427   6 years cdumez wtf/Optional.h: move-constructor and move-assignment operator should …
(edit) @231175   7 years mark.lam Apply PtrTags to the MetaAllocator and friends. …
(edit) @224550   8 years mark.lam Introduce a default RegisterSet constructor so that we can use { } …
(edit) @222009   8 years mark.lam Rolling out r221832: Regresses Speedometer by ~4% and Dromaeo CSS YUI …
(edit) @221832   8 years mark.lam [Re-landing] Use JIT probes for DFG OSR exit. …
(edit) @221823   8 years ryanhaddad Unreviewed, rolling out r221774. This change introduced three debug …
(edit) @221774   8 years mark.lam Use JIT probes for DFG OSR exit. …
(edit) @221602   8 years sbarati Support compiling catch in the FTL …
(edit) @221200   8 years sbarati DFG::JITCode::osrEntry should get sorted since we perform a binary …
(edit) @221196   8 years sbarati Support compiling catch in the DFG …
(edit) @221176   8 years commit-queue Unreviewed, rolling out r221119, r221124, and r221143. …
(edit) @221143   8 years sbarati DFG::JITCode::osrEntry should get sorted since we perform a binary …
(edit) @221119   8 years sbarati Support compiling catch in the DFG …
(edit) @214069   8 years fpizlo FTL should support global and eval code …
(edit) @208985   8 years utatane.tea [WTF] Import std::optional reference implementation as WTF::Optional …
(edit) @200705   9 years fpizlo Beef up JSC profiler event log …
(edit) @195865   9 years sbarati JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) …
(edit) @195831   9 years sbarati Exits from exceptions shouldn't jettison code …
(edit) @190735   10 years sbarati We should be able to inline getter/setter calls inside an inline cache …
(edit) @186691   10 years fpizlo DFG fragile frozen values are fundamentally broken …
(edit) @180595   10 years rniwa Use "this" instead of "callee" to get the constructor …
(edit) @164229   11 years ossy Move back primary header includes next to config.h …
(edit) @163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
(edit) @163760   11 years fpizlo Never include *Inlines.h files in interface headers, and never include …
(edit) @163517   11 years fpizlo Make FTL OSR entry something we only try after we've already compiled …
(edit) @163225   11 years oliver 2014-01-31 Oliver Hunt <[email protected]> Rollout r163195
(edit) @163195   11 years oliver Make it possible to implement JS builtins in JS …
(edit) @163119   11 years fpizlo FTL should support GetById(Untyped:) …
(edit) @163027   11 years msaboff Merge the jsCStack branch …
(edit) @156677   12 years fpizlo Get rid of the AlreadyInJSStack recoveries since they are totally …
(edit) @156511   12 years msaboff VirtualRegister should be a class …
(edit) @156482   12 years commit-queue Unreviewed, rolling out r156474. …
(edit) @156474   12 years msaboff VirtualRegister should be a class …
(edit) @156047   12 years fpizlo DFG should support Int52 for local variables …
(edit) @156029   12 years commit-queue Unreviewed, rolling out r156019 and r156020. …
(edit) @156019   12 years fpizlo DFG should support Int52 for local variables …
(edit) @155023   12 years fpizlo The DFG should be able to tier-up and OSR enter into the FTL …
(edit) @153216   12 years oliver fourthTier: Recursive deadlock in DFG::ByteCodeParser …
(copy) @153116   12 years oliver fourthTier: put DFG data into a DFG::JITCode, and put common DFG and …
copied from trunk/Source/JavaScriptCore/dfg/DFGDriver.h
(edit) @153113   12 years oliver fourthTier: JITCode should abstract exactly how the JIT code is …
Note: See TracRevisionLog for help on using the revision log.