Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6461)

Issue 12957043: Moved the definition of max-token length from preprocessor to compiler. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by Alok Priyadarshi
Modified:
10 years, 8 months ago
Reviewers:
kbr1
CC:
angleproject-review_googlegroups.com
Base URL:
https://code.google.com/p/angleproject@master
Visibility:
Public.

Description

Moved the definition of max-token length from preprocessor to compiler. R=kbr@chromium.org Committed: https://code.google.com/p/angleproject/source/detail?r=ba2cfe7

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -621 lines) Patch
M src/compiler/glslang.l View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/glslang.y View 1 chunk +1 line, -0 lines 2 comments Download
M src/compiler/glslang_lex.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/glslang_tab.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/glslang_tab.cpp View 2 chunks +22 lines, -21 lines 0 comments Download
M src/compiler/preprocessor/Preprocessor.h View 1 chunk +57 lines, -51 lines 0 comments Download
M src/compiler/preprocessor/Preprocessor.cpp View 1 chunk +147 lines, -142 lines 0 comments Download
M src/compiler/preprocessor/Tokenizer.h View 1 chunk +59 lines, -58 lines 0 comments Download
M src/compiler/preprocessor/Tokenizer.cpp View 2 chunks +5 lines, -7 lines 0 comments Download
M src/compiler/preprocessor/Tokenizer.l View 1 chunk +340 lines, -342 lines 0 comments Download

Messages

Total messages: 4
Alok Priyadarshi
10 years, 8 months ago (2013-08-14 21:54:48 UTC) #1
kbr1
LGTM with the following caveat. https://codereview.appspot.com/12957043/diff/1/src/compiler/glslang.y File src/compiler/glslang.y (right): https://codereview.appspot.com/12957043/diff/1/src/compiler/glslang.y#newcode54 src/compiler/glslang.y:54: #define SH_MAX_TOKEN_LENGTH 256 // ...
10 years, 8 months ago (2013-08-14 23:08:43 UTC) #2
Alok Priyadarshi
https://codereview.appspot.com/12957043/diff/1/src/compiler/glslang.y File src/compiler/glslang.y (right): https://codereview.appspot.com/12957043/diff/1/src/compiler/glslang.y#newcode54 src/compiler/glslang.y:54: #define SH_MAX_TOKEN_LENGTH 256 // WebGL spec. On 2013/08/14 23:08:43, ...
10 years, 8 months ago (2013-08-14 23:12:14 UTC) #3
Alok Priyadarshi
10 years, 8 months ago (2013-08-14 23:58:06 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as rba2cfe7 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b