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

Unified Diff: src/asmjs/asm-scanner.h

Issue 2769013002: [wasm][asm.js] Fix a comment in the asm.js scanner. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/asmjs/asm-scanner.h
diff --git a/src/asmjs/asm-scanner.h b/src/asmjs/asm-scanner.h
index 1e4b9f3d3f369e2994d6847a0be1f2a8eea53627..0e67e256e107c579e410e6c25628653030a08c5b 100644
--- a/src/asmjs/asm-scanner.h
+++ b/src/asmjs/asm-scanner.h
@@ -97,7 +97,8 @@ class V8_EXPORT_PRIVATE AsmJsScanner {
// clang-format off
enum {
- // [-10000 .. -10000-kMaxIdentifierCount) :: Local identifiers
+ // [-10000-kMaxIdentifierCount, -10000) :: Local identifiers (counting
+ // backwards)
// [-10000 .. -1) :: Builtin tokens like keywords
// (also includes some special
// ones like end of input)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698