Ignore:
Timestamp:
Sep 6, 2011, 4:36:51 PM (14 years ago)
Author:
[email protected]
Message:

Unreviewed build fix for r94559.

Marked the relevant parameters as unused if !ENABLE(JIT), and surrounded
new out-of-line JIT-specific method definitions with !ENABLE(JIT).

  • bytecode/CodeBlock.cpp:
  • runtime/Executable.cpp:

(JSC::EvalExecutable::compileInternal):
(JSC::ProgramExecutable::compileInternal):
(JSC::FunctionExecutable::compileForCallInternal):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r94607 r94616  
     12011-09-06  Filip Pizlo  <[email protected]>
     2
     3        Unreviewed build fix for r94559.
     4       
     5        Marked the relevant parameters as unused if !ENABLE(JIT), and surrounded
     6        new out-of-line JIT-specific method definitions with !ENABLE(JIT).
     7
     8        * bytecode/CodeBlock.cpp:
     9        * runtime/Executable.cpp:
     10        (JSC::EvalExecutable::compileInternal):
     11        (JSC::ProgramExecutable::compileInternal):
     12        (JSC::FunctionExecutable::compileForCallInternal):
     13
    1142011-09-06  Mark Hahnenberg  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.