Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Issue 1304043006: Make classes and structures in core/loader fast-allocated. (Closed)

Created:
5 years, 3 months ago by tasak
Modified:
5 years, 3 months ago
Reviewers:
haraken
CC:
blink-reviews, tyoshino+watch_chromium.org, gavinp+prerender_chromium.org, Yoav Weiss, gavinp+loader_chromium.org, kinuko+watch, Nate Chapin
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make classes and structures in core/loader fast-allocated. Added STATIC_ONLY, STACK_ALLOCATED, DISALLOW_ALLOCATION, or ALLOW_ONLY_INLINE_ALLOCATION instead of WTF_MAKE_FAST_ALLOCATED(_WILL_BE_REMOVED) if possible. BUG=523249 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201383

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M Source/core/loader/DocumentLoader.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/EmptyClients.h View 1 1 chunk +1 line, -0 lines 2 comments Download
M Source/core/loader/FormSubmission.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/loader/FrameLoaderStateMachine.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/loader/ImageLoader.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/LinkHeader.h View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/loader/PrerenderHandle.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/TextResourceDecoderBuilder.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/loader/ThreadableLoader.h View 3 chunks +3 lines, -0 lines 0 comments Download
M Source/core/loader/appcache/ApplicationCacheHost.h View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
tasak
Would you review this CL?
5 years, 3 months ago (2015-08-27 04:15:51 UTC) #2
haraken
LGTM https://codereview.chromium.org/1304043006/diff/20001/Source/core/loader/EmptyClients.h File Source/core/loader/EmptyClients.h (right): https://codereview.chromium.org/1304043006/diff/20001/Source/core/loader/EmptyClients.h#newcode266 Source/core/loader/EmptyClients.h:266: DISALLOW_ALLOCATION(); Don't we want to add this to ...
5 years, 3 months ago (2015-08-27 05:44:49 UTC) #3
tasak
Thank you for review. https://codereview.chromium.org/1304043006/diff/20001/Source/core/loader/EmptyClients.h File Source/core/loader/EmptyClients.h (right): https://codereview.chromium.org/1304043006/diff/20001/Source/core/loader/EmptyClients.h#newcode266 Source/core/loader/EmptyClients.h:266: DISALLOW_ALLOCATION(); On 2015/08/27 05:44:48, haraken ...
5 years, 3 months ago (2015-08-27 07:50:48 UTC) #4
haraken
On 2015/08/27 07:50:48, tasak wrote: > Thank you for review. > > https://codereview.chromium.org/1304043006/diff/20001/Source/core/loader/EmptyClients.h > File ...
5 years, 3 months ago (2015-08-27 09:04:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1304043006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1304043006/20001
5 years, 3 months ago (2015-08-28 07:17:54 UTC) #7
commit-bot: I haz the power
5 years, 3 months ago (2015-08-28 08:42:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201383

Powered by Google App Engine
This is Rietveld 408576698