Ignore:
Timestamp:
Jan 29, 2014, 11:18:54 AM (12 years ago)
Author:
[email protected]
Message:

Merge the jsCStack branch
https://bugs.webkit.org/show_bug.cgi?id=127763

Reviewed by Mark Hahnenberg.

Source/JavaScriptCore:

Changes from http://svn.webkit.org/repository/webkit/branches/jsCStack
up to changeset 162958.

Source/WebCore:

Changes from http://svn.webkit.org/repository/webkit/branches/jsCStack
up to changeset 162958.

Source/WTF:

Changes from http://svn.webkit.org/repository/webkit/branches/jsCStack
up to changeset 162958.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGDriver.h

    r155023 r163027  
    11/*
    2  * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.
     2 * Copyright (C) 2011, 2013, 2014 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    4141namespace DFG {
    4242
    43 class Worklist;
    44 
    4543JS_EXPORT_PRIVATE unsigned getNumCompilations();
    4644
     
    4846// compile. Even if we do a synchronous compile, we call the callback with the result.
    4947CompilationResult compile(
    50     VM&, CodeBlock*, CompilationMode, unsigned osrEntryBytecodeIndex,
    51     const Operands<JSValue>& mustHandleValues,
    52     PassRefPtr<DeferredCompilationCallback>, Worklist*);
     48    VM&, CodeBlock*, CodeBlock* profiledDFGCodeBlock, CompilationMode,
     49    unsigned osrEntryBytecodeIndex, const Operands<JSValue>& mustHandleValues,
     50    PassRefPtr<DeferredCompilationCallback>);
    5351
    5452} } // namespace JSC::DFG
Note: See TracChangeset for help on using the changeset viewer.