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

Issue 12090047: Validator_ragel: REX prefix support in gen_dfa.py. (Closed)

Created:
7 years, 10 months ago by Vlad Shcherbina
Modified:
7 years, 10 months ago
Reviewers:
khim, halyavin
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Validator_ragel: REX prefix support in gen_dfa.py. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3232 TEST= ./scons run_gen_dfa_test Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=10674

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : nits #

Patch Set 4 : move rex checks a little bit #

Patch Set 5 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -4 lines) Patch
M src/trusted/validator_ragel/gen_dfa.py View 1 2 3 4 7 chunks +68 lines, -4 lines 0 comments Download
M src/trusted/validator_ragel/gen_dfa_test.py View 1 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vlad Shcherbina
Please take a look.
7 years, 10 months ago (2013-01-29 13:50:57 UTC) #1
khim
https://codereview.chromium.org/12090047/diff/2001/src/trusted/validator_ragel/gen_dfa.py File src/trusted/validator_ragel/gen_dfa.py (right): https://codereview.chromium.org/12090047/diff/2001/src/trusted/validator_ragel/gen_dfa.py#newcode363 src/trusted/validator_ragel/gen_dfa.py:363: self.opcodes[0] == '0x8f' and self.opcodes[1] != '/0') I don't ...
7 years, 10 months ago (2013-01-29 14:07:01 UTC) #2
Vlad Shcherbina
https://codereview.chromium.org/12090047/diff/2001/src/trusted/validator_ragel/gen_dfa.py File src/trusted/validator_ragel/gen_dfa.py (right): https://codereview.chromium.org/12090047/diff/2001/src/trusted/validator_ragel/gen_dfa.py#newcode363 src/trusted/validator_ragel/gen_dfa.py:363: self.opcodes[0] == '0x8f' and self.opcodes[1] != '/0') On 2013/01/29 ...
7 years, 10 months ago (2013-01-29 14:50:37 UTC) #3
halyavin
7 years, 10 months ago (2013-01-29 15:15:56 UTC) #4
lgtm

https://chromiumcodereview.appspot.com/12090047/diff/2001/src/trusted/validat...
File src/trusted/validator_ragel/gen_dfa.py (right):

https://chromiumcodereview.appspot.com/12090047/diff/2001/src/trusted/validat...
src/trusted/validator_ragel/gen_dfa.py:385: def _PrintRexPrefix(self,
instruction):
"""Print machine for rex prefix."""

https://chromiumcodereview.appspot.com/12090047/diff/2001/src/trusted/validat...
src/trusted/validator_ragel/gen_dfa.py:397: def _PrintOpcode(self, instruction):
"""Print machine for opcode."""

Powered by Google App Engine
This is Rietveld 408576698