https://chromiumcodereview.appspot.com/9704054/diff/1/src/ia32/full-codegen-ia32.cc
File src/ia32/full-codegen-ia32.cc (right):

https://chromiumcodereview.appspot.com/9704054/diff/1/src/ia32/full-codegen-ia32.cc#newcode272
src/ia32/full-codegen-ia32.cc:272: != Variable::UNALLOCATED);
On 2012/04/11 11:00:42, fschneider wrote:
Break line after the operator to be consistent with the surrounding
code.

Or since scope()->function() is used outside the ASSERT, you could
also store it
in a local to make the line shorter.

Done (here and in other back-ends).

https://chromiumcodereview.appspot.com/9704054/diff/1/src/ia32/full-codegen-ia32.cc#newcode754
src/ia32/full-codegen-ia32.cc:754: // The variable in the decl always
resides in the current function
On 2012/04/11 11:00:42, fschneider wrote:
s/decl/declaration/

Done (here and in other backends).

https://chromiumcodereview.appspot.com/9704054/diff/1/src/parser.cc
File src/parser.cc (right):

https://chromiumcodereview.appspot.com/9704054/diff/1/src/parser.cc#newcode4450
src/parser.cc:4450: function_name, fvar_mode, true, Variable::NORMAL,
kCreatedInitialized);
On 2012/04/11 11:00:42, fschneider wrote:
Maybe break after each parameter and add a short same-line comment to
the
boolean parameter.

Done.

https://chromiumcodereview.appspot.com/9704054/diff/1/src/scopes.cc
File src/scopes.cc (right):

https://chromiumcodereview.appspot.com/9704054/diff/1/src/scopes.cc#newcode423
src/scopes.cc:423: this, name, mode, true, Variable::NORMAL,
kCreatedInitialized);
On 2012/04/11 11:00:42, fschneider wrote:
Boolean parameter should have a comment.

Done.

https://chromiumcodereview.appspot.com/9704054/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to