Bug 18627 - SQUIRRELFISH: windows performance/correctness needs testing
Summary: SQUIRRELFISH: windows performance/correctness needs testing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-19 14:40 PDT by Maciej Stachowiak
Modified: 2008-05-12 16:52 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 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.
Comment 1 Geoffrey Garen 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.