Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Issue 113336: Optimize the lexical scanner by selective inlining, and... (Closed)

Created:
11 years, 7 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Optimize the lexical scanner by selective inlining, and by dealing with whitespace as part of the token scanning instead of as a separate step before it. Committed: http://code.google.com/p/v8/source/detail?r=1934

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -196 lines) Patch
M src/scanner.h View 3 chunks +24 lines, -8 lines 0 comments Download
M src/scanner.cc View 12 chunks +271 lines, -187 lines 0 comments Download
M src/token.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 7 months ago (2009-05-13 13:20:45 UTC) #1
Mads Ager (chromium)
11 years, 7 months ago (2009-05-13 13:33:38 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698