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

Issue 596084: Fix array allocation in generated code on x64... (Closed)

Created:
10 years, 10 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix array allocation in generated code on x64 The porting of array allocation in generated code from ia32 to x64 wrongly assumed that a smi contained the actual number times 2. Removed the constant times_half_pointer_size, as it will probably not be needed. Committed: http://code.google.com/p/v8/source/detail?r=3845

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
10 years, 10 months ago (2010-02-12 13:29:34 UTC) #1
Mads Ager (chromium)
10 years, 10 months ago (2010-02-12 13:33:54 UTC) #2
Yay, LGTM

Powered by Google App Engine
This is Rietveld 408576698