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

Issue 14075014: Fixed issue in StoreNamedField codegen where integer32 constants were not converted to a smi. (Closed)

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

Description

Fixed issue in StoreNamedField codegen where integer32 constants were not converted to a smi. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14380

Patch Set 1 #

Patch Set 2 : Verify that integer32 constants used without a register fit in smi range #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -42 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 3 chunks +25 lines, -11 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 3 chunks +32 lines, -14 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Here is the fix for StoreNamedField. I convert the integer constant to a smi before ...
7 years, 8 months ago (2013-04-22 11:17:00 UTC) #1
danno
lgtm, but what about ARM?
7 years, 8 months ago (2013-04-22 15:01:24 UTC) #2
mvstanton
On 2013/04/22 15:01:24, danno wrote: > lgtm, but what about ARM? thx, ARM actually didn't ...
7 years, 8 months ago (2013-04-22 15:02:18 UTC) #3
Toon Verwaest
lgtm
7 years, 8 months ago (2013-04-22 15:33:15 UTC) #4
mvstanton
7 years, 8 months ago (2013-04-22 15:35:36 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r14380 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698