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

Issue 11091068: Use immediate add when possible in space allocator (Closed)

Created:
8 years, 2 months ago by aberent
Modified:
8 years, 2 months ago
Reviewers:
danno
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Use immediate add when possible in space allocator Save one instruction in allocating new space by using an immediate add if possible to calculate the new top of heap. BUG= Committed: https://code.google.com/p/v8/source/detail?r=12718

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
aberent
8 years, 2 months ago (2012-10-11 14:41:54 UTC) #1
danno
8 years, 2 months ago (2012-10-12 13:59:58 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698