Feedback addressed, PTAL again...

https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc
File src/compiler/pipeline.cc (right):

https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc#newcode319
src/compiler/pipeline.cc:319: bool CreateGraph(bool constant_context) {
On 2015/03/17 17:28:55, Michael Starzinger wrote:
nit: Can we add a "bool stack_check" to the CreateGraph method here
and move the
"info->IsStub()" to the call-site? That would make it less hidden
away.

Done.

https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc#newcode336
src/compiler/pipeline.cc:336: bool stack_check_;
On 2015/03/17 17:28:55, Michael Starzinger wrote:
nit: This field is not required once the above comment is addressed.

Done.

https://codereview.chromium.org/1010673004/diff/60001/src/runtime.js
File src/runtime.js (right):

https://codereview.chromium.org/1010673004/diff/60001/src/runtime.js#newcode698
src/runtime.js:698:
On 2015/03/17 17:28:55, Michael Starzinger wrote:
nit: Can we put in a separator comment here like the following? This
would make
it clear what these functions are intended for.

/* -----------------------------------------------
    - - -   J a v a S c r i p t   S t u b s   - - -
    -----------------------------------------------
*/

Done.

https://codereview.chromium.org/1010673004/diff/60001/src/runtime.js#newcode699
src/runtime.js:699: function StringLengthStub(name) {
On 2015/03/17 17:28:55, Michael Starzinger wrote:
nit: Also maybe make this one function all-uppercase, so that the
comment in
lines 7 to 9 applies.

Done.

https://codereview.chromium.org/1010673004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to