Ignore:
Timestamp:
Mar 24, 2014, 10:29:51 AM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, fix CLOOP build.

  • bytecode/CallLinkStatus.cpp:

(JSC::CallLinkStatus::computeFor):

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::printCallOp):
(JSC::CodeBlock::getCallLinkInfoForBytecodeIndex):
(JSC::CodeBlock::resetStubDuringGCInternal): Deleted.

  • bytecode/CodeBlock.h:

(JSC::CodeBlock::callLinkInfosEnd): Deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r166166 r166178  
     12014-03-24  Filip Pizlo  <[email protected]>
     2
     3        Unreviewed, fix CLOOP build.
     4
     5        * bytecode/CallLinkStatus.cpp:
     6        (JSC::CallLinkStatus::computeFor):
     7        * bytecode/CodeBlock.cpp:
     8        (JSC::CodeBlock::printCallOp):
     9        (JSC::CodeBlock::getCallLinkInfoForBytecodeIndex):
     10        (JSC::CodeBlock::resetStubDuringGCInternal): Deleted.
     11        * bytecode/CodeBlock.h:
     12        (JSC::CodeBlock::callLinkInfosEnd): Deleted.
     13
    1142014-03-24  Gabor Rapcsanyi  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.