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

Issue 119037: As a simplification, manually inline the function... (Closed)

Created:
11 years, 6 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

As a simplification, manually inline the function DeferredInlineBinaryOperation::GenerateInlineCode and remove its definition. It was only called from one site and was the only deferred code object that was split that way into fast-case inline and slow-case stub. Committed: http://code.google.com/p/v8/source/detail?r=2090

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -353 lines) Patch
M src/ia32/codegen-ia32.cc View 4 chunks +342 lines, -353 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 6 months ago (2009-06-02 11:56:05 UTC) #1
William Hesse
11 years, 6 months ago (2009-06-02 12:29:46 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698