Chromium Code Reviews

Issue 3399005: Add a few missing nops to signal no inlined code was generated. (Closed)

Created:
10 years, 3 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
Reviewers:
Vyacheslav Egorov (Chromium)
CC:
v8-dev
Visibility:
Public.

Description

Add a few missing nops to signal no inlined code was generated. Committed: http://code.google.com/p/v8/source/detail?r=5454

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+5 lines, -1 line)
M src/ia32/full-codegen-ia32.cc View 3 chunks +3 lines, -1 line 0 comments
M src/x64/full-codegen-x64.cc View 2 chunks +2 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
10 years, 3 months ago (2010-09-14 16:21:09 UTC) #1
Vyacheslav Egorov (Chromium)
10 years, 3 months ago (2010-09-14 16:27:53 UTC) #2
LGTM

but please add a comment above this nop() like done in other places.

Powered by Google App Engine