Some notes for my stupid future self.

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc
File src/compiler/scheduler.cc (right):

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc#newcode519
src/compiler/scheduler.cc:519: //    => If block A dominates block B,
then A appears before B in the order.
note to self: Undo accidental indentation.

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc#newcode550
src/compiler/scheduler.cc:550: // Serialize the previously computed
assembly order (non-deferred code first,
note to self: "Serialize the previously computed order as an assembly
order numbering [...]"

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc#newcode564
src/compiler/scheduler.cc:564: // Serialize the previously computed
special reverse-post-order numbering for
note to self: "Serialize the previously computed order as a special
[...]"

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc#newcode645
src/compiler/scheduler.cc:645: // We are hijacking the AO number to
enumerate loops temporarily. Note that
note to self: s/AO number/{ao_number}/ here.

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc#newcode1170
src/compiler/scheduler.cc:1170: // is still post-dominates all inputs to
{node} when the queue is processed.
note to self: Drop the "is" here.

https://codereview.chromium.org/696363002/diff/20001/src/compiler/scheduler.cc#newcode1401
src/compiler/scheduler.cc:1401: // Compute the assembly order and
reverse-post-order numbering.
note to self: s/Compute/Serialize/ here.

https://codereview.chromium.org/696363002/

--
--
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