RESOLVED FIXED 18059
squirrelfish needs to compile on platforms without computed goto
https://bugs.webkit.org/show_bug.cgi?id=18059
Summary squirrelfish needs to compile on platforms without computed goto
Oliver Hunt
Reported 2008-03-24 21:40:03 PDT
Tracking bug
Attachments
First run at the patch (11.08 KB, patch)
2008-03-24 21:45 PDT, Oliver Hunt
ggaren: review+
Oliver Hunt
Comment 1 2008-03-24 21:45:35 PDT
Created attachment 20021 [details] First run at the patch Formatting of the runloop should be indented one level, but that will screw anyone with unlanded changes. Also not entirely sure about having the computed goto conditionalised on the compiler support computed goto -- may be better to have an explicit (independent) flag later.
Geoffrey Garen
Comment 2 2008-03-24 21:59:05 PDT
+ ASSERT(isOpcode(opcode)); return m_opcodeIDTable.get(opcode); Please move this onto two lines.
Oliver Hunt
Comment 3 2008-03-24 22:08:00 PDT
Landed r31276
Note You need to log in before you can comment on or make changes to this bug.