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

Issue 11280106: MIPS: DoNumberTagD performance improvement (Closed)

Created:
8 years, 1 month ago by palfia
Modified:
8 years ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: DoNumberTagD performance improvement Port r12711 (a8d45ac2) Original commit message: Allocate heap entry untagged and tag at end to avoid having to subtract off the tag offset before storing the value. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=13087

Patch Set 1 #

Patch Set 2 : Rebased on r13080 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -25 lines) Patch
M src/mips/lithium-codegen-mips.cc View 4 chunks +11 lines, -4 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 chunks +10 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 chunks +9 lines, -3 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 7 chunks +29 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
palfia
8 years, 1 month ago (2012-11-21 00:51:01 UTC) #1
palfia
Rebased on r13080
8 years ago (2012-11-29 01:33:20 UTC) #2
Jakob Kummerow
8 years ago (2012-11-29 09:12:11 UTC) #3
rubber-stamp LGTM, landing.

Powered by Google App Engine
This is Rietveld 408576698