Description[turbofan] Rework Node guts to save space.
This reduces the storage per-Node storage from 7 words to 6 and per-edge
storage from 6 words to 4.
On average this is about 10%-15% space savings over the whole graph.
Remove the use of std::deque as the out-of-line storage for inputs.
Reduce size of Use links and use pointer arithmetic to find Node
from Use.
R=mstarzinger@chromium.org,jarin@chromium.org
BUG=
Committed: https://crrev.com/65b66634de40355498b37dfbdcefd55773ac48a1
Cr-Commit-Position: refs/heads/master@{#28583}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #
Total comments: 6
Patch Set 5 : #Patch Set 6 : #Patch Set 7 : #Patch Set 8 : Avoid quadratic verification explosion. #
Messages
Total messages: 8 (2 generated)
|