RESOLVED FIXED 125462
Remove docs/make-bytecode-docs.pl
https://bugs.webkit.org/show_bug.cgi?id=125462
Summary Remove docs/make-bytecode-docs.pl
Joseph Pecoraro
Reported 2013-12-09 11:42:13 PST
This script is generating a basically empty HTML file, hardcoded in the script: <!-- Generated from Interpreter.cpp by make-bytecode-docs.pl. --> <style>p code { font-size: 14px; }</style> The script is very old. It looks like the op codes are no longer defined in Interpreter.cpp, and the "documentation" is not being used by anyone if the file has been empty for so long.
Attachments
[PATCH] Proposed Fix (2.42 KB, patch)
2013-12-09 11:44 PST, Joseph Pecoraro
joepeck: review-
[PATCH] Proposed Fix (2.58 KB, patch)
2013-12-09 11:45 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2013-12-09 11:44:05 PST
Created attachment 218783 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2013-12-09 11:44:43 PST
Comment on attachment 218783 [details] [PATCH] Proposed Fix Missed a reference to byte code.html
Joseph Pecoraro
Comment 3 2013-12-09 11:45:09 PST
Created attachment 218784 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 4 2013-12-09 12:17:11 PST
Comment on attachment 218784 [details] [PATCH] Proposed Fix Clearing flags on attachment: 218784 Committed r160325: <http://trac.webkit.org/changeset/160325>
WebKit Commit Bot
Comment 5 2013-12-09 12:17:13 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.