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

Issue 9295048: Inline an inline function into the CHECK macro (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Inline an inline function into the CHECK macro CheckHelper was only used within the macro itself. Furthermore, GCC with -Winline was not always happy with the inline function. Simple solution: Inline the inline function into the macro itself. Inlining squared! Committed: https://code.google.com/p/v8/source/detail?r=10550

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -12 lines) Patch
M src/checks.h View 1 chunk +4 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
8 years, 10 months ago (2012-01-30 11:37:24 UTC) #1
Kevin Millikin (Chromium)
8 years, 10 months ago (2012-01-30 11:44:29 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698