RESOLVED FIXED 18627
SQUIRRELFISH: windows performance/correctness needs testing
https://bugs.webkit.org/show_bug.cgi?id=18627
Summary SQUIRRELFISH: windows performance/correctness needs testing
Maciej Stachowiak
Reported 2008-04-19 14:40:25 PDT
SquirrelFish has been mostly tested under GCC. For GCC, we use computed goto to make a fast interpreter loop, for other compilers we use a loop with a "switch" statement. We need to make sure that SquirrelFish works correctly in this mode on Windows under MSVC, and that it is not a performance regression compared to trunk. Eventually we may want to do a bit of inline assembly to implement the dispatch.
Attachments
Geoffrey Garen
Comment 1 2008-05-12 16:52:32 PDT
Oliver tested on Windows. The speedup is not as great as on Mac, but there's still a speedup, so this blocker can be closed.
Note You need to log in before you can comment on or make changes to this bug.