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

Issue 10699052: Don't actually create Handles for the constant hole. (Closed)

Created:
8 years, 5 months ago by sanjoy
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Don't actually create Handles for the constant hole, the true value and the false value. This is required to have some parts of Crankshaft run without creating Handles. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11980

Patch Set 1 #

Total comments: 12

Patch Set 2 : Review. #

Total comments: 2

Patch Set 3 : Review II #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M src/hydrogen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sanjoy
8 years, 5 months ago (2012-07-02 11:50:24 UTC) #1
Michael Starzinger
This is a little bit hacky, let's make that cleaner. Also, the description no longer ...
8 years, 5 months ago (2012-07-02 20:11:20 UTC) #2
sanjoy
https://chromiumcodereview.appspot.com/10699052/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/10699052/diff/1/src/hydrogen.cc#newcode571 src/hydrogen.cc:571: Object* value) { On 2012/07/02 20:11:20, Michael Starzinger wrote: ...
8 years, 5 months ago (2012-07-03 09:05:52 UTC) #3
Michael Starzinger
https://chromiumcodereview.appspot.com/10699052/diff/5001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/10699052/diff/5001/src/hydrogen.cc#newcode603 src/hydrogen.cc:603: if (!constant_hole_.is_set()) { Is there a particular reason we ...
8 years, 5 months ago (2012-07-03 09:20:09 UTC) #4
sanjoy
https://chromiumcodereview.appspot.com/10699052/diff/5001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/10699052/diff/5001/src/hydrogen.cc#newcode603 src/hydrogen.cc:603: if (!constant_hole_.is_set()) { On 2012/07/03 09:20:09, Michael Starzinger wrote: ...
8 years, 5 months ago (2012-07-03 09:32:00 UTC) #5
Michael Starzinger
8 years, 5 months ago (2012-07-03 09:40:41 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698