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

Issue 149522: Add support for tracking down leak of the hole value. (Closed)

Created:
11 years, 5 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add support for tracking down leak of the hole value. Committed: http://code.google.com/p/v8/source/detail?r=2432

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M src/api.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +10 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 5 months ago (2009-07-13 09:01:29 UTC) #1
Kevin Millikin (Chromium)
11 years, 5 months ago (2009-07-13 09:10:07 UTC) #2
LGTM

http://codereview.chromium.org/149522/diff/1/2
File src/ia32/codegen-ia32.cc (right):

http://codereview.chromium.org/149522/diff/1/2#newcode7598
Line 7598: __ cmp(Operand(eax), Immediate(Factory::the_hole_value()));
There is a cmp(Register, Handle<Object>) assembler instruction on IA32.  Same
encoding, but reads better at the call site.

Powered by Google App Engine
This is Rietveld 408576698