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

Issue 14455004: HConstant::InNewSpace() should be a constant function (Closed)

Created:
7 years, 8 months ago by mvstanton
Modified:
7 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

HConstant::InNewSpace() should be a constant function BUG= Committed: https://code.google.com/p/v8/source/detail?r=14466

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M src/hydrogen-instructions.h View 3 chunks +12 lines, -5 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
mvstanton
Hi Toon, If you could have a look, --Michael
7 years, 8 months ago (2013-04-26 15:16:46 UTC) #1
Toon Verwaest
lgtm
7 years, 8 months ago (2013-04-26 15:35:00 UTC) #2
mvstanton
Committed patchset #1 manually as r14466 (presubmit successful).
7 years, 8 months ago (2013-04-26 15:48:18 UTC) #3
Michael Starzinger
7 years, 7 months ago (2013-04-29 11:16:44 UTC) #4
Message was sent while issue was closed.
Drive-by comment.

https://codereview.chromium.org/14455004/diff/1/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

https://codereview.chromium.org/14455004/diff/1/src/hydrogen-instructions.h#n...
src/hydrogen-instructions.h:3414: static PretenureFlag pretenure() { return
TENURED; }
I don't understand this function, wouldn't a comment in the handle() accessor
suffice? Also why place this function between "handle_" and the comment that
explains "handle_"? Can we drop this function?

Powered by Google App Engine
This is Rietveld 408576698