command_buffer: Table based command dispatch.
Changing command dispatch from a "switch" dispatch to table based dispatch makes DoCommand about 2 times faster on Android, and also seems to be reducing times in other command_buffer code due to code size reduction. BUG=394570 Review URL: https://codereview.chromium.org/540053004 Cr-Commit-Position: refs/heads/master@{#293721}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment