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

Issue 2809029: Lower waste from alignment of deferred code blocks. (Closed)

Created:
10 years, 6 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Lower waste from alignment of deferred code blocks. Some ARM chips load instructions 8 byte at a time.

Patch Set 1 #

Patch Set 2 : Remove alignment of deferred code on all platforms. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/arm/assembler-arm.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
10 years, 6 months ago (2010-06-22 12:35:29 UTC) #1
Erik Corry
The idea of deferred code is that it normally doesn't get run, so lets just ...
10 years, 6 months ago (2010-06-23 06:46:44 UTC) #2
Erik Corry
10 years, 6 months ago (2010-06-23 06:46:57 UTC) #3
On 2010/06/23 06:46:44, Erik Corry wrote:
> The idea of deferred code is that it normally doesn't get run, so lets just
> reduce this to zero to avoid wasting memory.

At which point it will LGTM.

Powered by Google App Engine
This is Rietveld 408576698