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

Issue 104243003: Merge bools into bit fields in TextTrackCue and VTTCue (Closed)

Created:
7 years ago by philipj_slow
Modified:
7 years ago
CC:
blink-reviews, nessy, philipj_slow, gasubic, dglazkov+blink, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Merge bools into bit fields in TextTrackCue and VTTCue On x86_64 Linux, this reduces sizeof(VTTCue) from 248 to 232. This does likely not result in real runtime savings, but is a step back from 256, where a real memory increase is likely. BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163183

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -13 lines) Patch
M Source/core/html/track/TextTrackCue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/track/vtt/VTTCue.h View 1 chunk +5 lines, -9 lines 0 comments Download
M Source/core/html/track/vtt/VTTCue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
philipj_slow
7 years ago (2013-12-04 11:48:39 UTC) #1
adamk
lgtm
7 years ago (2013-12-04 16:24:29 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/104243003/1
7 years ago (2013-12-04 16:24:41 UTC) #3
commit-bot: I haz the power
7 years ago (2013-12-04 17:12:21 UTC) #4
Message was sent while issue was closed.
Change committed as 163183

Powered by Google App Engine
This is Rietveld 408576698