Changeset 160325 in webkit


Ignore:
Timestamp:
Dec 9, 2013 12:20:11 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Remove docs/make-bytecode-docs.pl
https://bugs.webkit.org/show_bug.cgi?id=125462

This sript is very old and no longer outputs useful data since the
op code definitions have moved from Interpreter.cpp.

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2013-12-09
Reviewed by Darin Adler.

  • DerivedSources.make:
  • docs/make-bytecode-docs.pl: Removed.
Location:
trunk/Source/JavaScriptCore
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r160315 r160325  
     12013-12-09  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Remove docs/make-bytecode-docs.pl
     4        https://bugs.webkit.org/show_bug.cgi?id=125462
     5
     6        This sript is very old and no longer outputs useful data since the
     7        op code definitions have moved from Interpreter.cpp.
     8
     9        Reviewed by Darin Adler.
     10
     11        * DerivedSources.make:
     12        * docs/make-bytecode-docs.pl: Removed.
     13
    1142013-12-09  Julien Brianceau  <jbriance@cisco.com>
    215
  • trunk/Source/JavaScriptCore/DerivedSources.make

    r154629 r160325  
    5959    RegExpObject.lut.h \
    6060    StringConstructor.lut.h \
    61     docs/bytecode.html \
    6261    udis86_itab.h \
    6362#
     
    6968Lexer.lut.h: create_hash_table Keywords.table
    7069        $^ > $@
    71 
    72 docs/bytecode.html: make-bytecode-docs.pl Interpreter.cpp
    73         perl $^ $@
    7470
    7571# character tables for Yarr
Note: See TracChangeset for help on using the changeset viewer.