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

Issue 12702002: Polymorphism support for numbers and strings (Closed)

Created:
7 years, 9 months ago by Toon Verwaest
Modified:
7 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Polymorphism support for numbers and strings Necessary to support fast polymorphic toString. Committed: https://code.google.com/p/v8/source/detail?r=13914

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Addressed comments #

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

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 9 months ago (2013-03-11 15:20:44 UTC) #1
Jakob Kummerow
LGTM with nits. https://chromiumcodereview.appspot.com/12702002/diff/3001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/12702002/diff/3001/src/hydrogen.cc#newcode7406 src/hydrogen.cc:7406: HBasicBlock* number_branch = NULL; A block ...
7 years, 9 months ago (2013-03-12 16:19:35 UTC) #2
Toon Verwaest
Addressed comments. https://chromiumcodereview.appspot.com/12702002/diff/3001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/12702002/diff/3001/src/hydrogen.cc#newcode7406 src/hydrogen.cc:7406: HBasicBlock* number_branch = NULL; On 2013/03/12 16:19:35, ...
7 years, 9 months ago (2013-03-12 17:00:28 UTC) #3
Toon Verwaest
7 years, 9 months ago (2013-03-12 17:01:08 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r13914 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698