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

Issue 10382102: Fix compose-discard crasher from 11524. We can't do a call (to a generic (Closed)

Created:
8 years, 7 months ago by Erik Corry
Modified:
8 years, 7 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix compose-discard crasher from 11524. We can't do a call (to a generic stub) unless there is a pointer map. This does not fix the 3d-raytrace regression, that will be in another change. Committed: https://code.google.com/p/v8/source/detail?r=11539

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +18 lines, -11 lines 4 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
8 years, 7 months ago (2012-05-10 11:16:39 UTC) #1
Michael Starzinger
LGTM (if comments addressed). https://chromiumcodereview.appspot.com/10382102/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://chromiumcodereview.appspot.com/10382102/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode2294 src/ia32/lithium-codegen-ia32.cc:2294: if (map_count != 0) { ...
8 years, 7 months ago (2012-05-10 13:06:00 UTC) #2
Erik Corry
https://chromiumcodereview.appspot.com/10382102/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://chromiumcodereview.appspot.com/10382102/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode2294 src/ia32/lithium-codegen-ia32.cc:2294: if (map_count != 0) { On 2012/05/10 13:06:01, Michael ...
8 years, 7 months ago (2012-05-10 20:28:33 UTC) #3
Michael Starzinger
8 years, 7 months ago (2012-05-11 12:00:50 UTC) #4
As discussed offline, I still think my comments apply. But you already took care
of that in the follow-up cleanup CL. So LGTM if combined with the following.

https://chromiumcodereview.appspot.com/10386089/

Powered by Google App Engine
This is Rietveld 408576698