Changeset 205567 in webkit


Ignore:
Timestamp:
Sep 7, 2016 2:17:27 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[JSC] Remove a couple of useless forward declaration
https://bugs.webkit.org/show_bug.cgi?id=161676

Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-07
Reviewed by Mark Lam.

JITMathICForwards.h should take care of declarating the Math ICs.

  • bytecode/CodeBlock.h:
  • jit/JITOperations.h:
Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r205566 r205567  
     12016-09-07  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        [JSC] Remove a couple of useless forward declaration
     4        https://bugs.webkit.org/show_bug.cgi?id=161676
     5
     6        Reviewed by Mark Lam.
     7
     8        JITMathICForwards.h should take care of declarating the Math ICs.
     9
     10        * bytecode/CodeBlock.h:
     11        * jit/JITOperations.h:
     12
    1132016-09-07  Filip Pizlo  <fpizlo@apple.com>
    214
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.h

    r205462 r205567  
    8181class BytecodeLivenessAnalysis;
    8282class ExecState;
    83 class JITAddGenerator;
    8483class JSModuleEnvironment;
    8584class LLIntOffsetsExtractor;
  • trunk/Source/JavaScriptCore/jit/JITOperations.h

    r205520 r205567  
    4747class CodeBlock;
    4848class ExecState;
    49 class JITAddGenerator;
    5049class JSArray;
    5150class JSCell;
Note: See TracChangeset for help on using the changeset viewer.