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

Issue 15275006: Use __builtin_trap() on GCC too. (Closed)

Created:
7 years, 7 months ago by Chris Evans
Modified:
7 years, 7 months ago
Reviewers:
eseidel
CC:
blink-reviews, loislo+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, abarth-chromium, adamk+blink_chromium.org, jeez, eroman
Visibility:
Public.

Description

Use __builtin_trap() on GCC too. This saves 174608 bytes(!) in a Release DumpRenderTree on Linux x64. Yeah, I checked it twice. The old byte sequence is at least 4 bytes (plus a possible register trash which may incur extra code bytes). The new sequence is a single byte. R=eseidel@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150871

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/wtf/Assertions.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Chris Evans
7 years, 7 months ago (2013-05-22 03:06:37 UTC) #1
eseidel
lgtm So long as we still get stacks! :)
7 years, 7 months ago (2013-05-22 03:08:53 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cevans@chromium.org/15275006/1
7 years, 7 months ago (2013-05-22 03:09:05 UTC) #3
eseidel
7 years, 7 months ago (2013-05-22 03:09:18 UTC) #4
Chris Evans
On 2013/05/22 03:08:53, eseidel wrote: > lgtm > > So long as we still get ...
7 years, 7 months ago (2013-05-22 04:52:40 UTC) #5
commit-bot: I haz the power
7 years, 7 months ago (2013-05-22 06:48:24 UTC) #6
Message was sent while issue was closed.
Change committed as 150871

Powered by Google App Engine
This is Rietveld 408576698