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

Issue 133163007: Use memcpy in SVGPathByteStreamSource::readType (Closed)

Created:
6 years, 10 months ago by fs
Modified:
6 years, 10 months ago
CC:
blink-reviews, krit, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, pdr, Stephen Chennney, rwlbuis
Visibility:
Public.

Description

Use memcpy in SVGPathByteStreamSource::readType This avoids having the compiler beating around the bush trying to recognize the memcpy, and results in smaller code (roughly 50% smaller measured for GCC 4.8). All at the affordable price of upsetting a few language purists. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166516

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -7 lines) Patch
M Source/core/svg/SVGPathByteStreamSource.h View 1 chunk +3 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
fs
6 years, 10 months ago (2014-02-05 15:15:46 UTC) #1
fs
6 years, 10 months ago (2014-02-05 16:44:13 UTC) #2
Stephen Chennney
lgtm
6 years, 10 months ago (2014-02-05 16:46:41 UTC) #3
Stephen Chennney
lgtm
6 years, 10 months ago (2014-02-05 16:46:43 UTC) #4
fs
The CQ bit was checked by fs@opera.com
6 years, 10 months ago (2014-02-05 17:20:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/133163007/1
6 years, 10 months ago (2014-02-05 17:20:48 UTC) #6
commit-bot: I haz the power
6 years, 10 months ago (2014-02-05 17:28:03 UTC) #7
Message was sent while issue was closed.
Change committed as 166516

Powered by Google App Engine
This is Rietveld 408576698