Chromium Code Reviews

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
Reviewers:
Kevin Millikin (Chromium)
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 Stats (+4 lines, -12 lines)
M src/checks.h View 1 chunk +4 lines, -12 lines 0 comments

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