New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 860328 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac , Fuchsia
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: avoid copying protocol messages

Project Member Reported by dgozman@chromium.org, Jul 4

Issue description

We pass things around as "const std::string&", which produces copies when temporarily saving to a variable. We can instead move things around, since we rarely need an actual copy of the message.
 
Cc: caseq@chromium.org
Owner: johannes@chromium.org
I think Johannes will address this one (at least partially) while working on binary format.

Sign in to add a comment