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

Issue 23526072: MIPS: Move NumberToStringStub::GenerateLookupNumberStringCache to the MacroAssembler. (Closed)

Created:
7 years, 3 months ago by kilvadyb
Modified:
7 years, 3 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Move NumberToStringStub::GenerateLookupNumberStringCache to the MacroAssembler. Port r16806 (9f102a8) Original commit message: This renames the method to LookupNumberStringCache() and puts it into the MacroAssembler in preparation of the NumberToStringStub Hydrogen conversion. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -113 lines) Patch
M src/mips/builtins-mips.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +2 lines, -92 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +80 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 3 months ago (2013-09-19 14:55:27 UTC) #1
Paul Lind
LGTM, I'll land it for you.
7 years, 3 months ago (2013-09-19 15:24:34 UTC) #2
Paul Lind
7 years, 3 months ago (2013-09-19 15:32:49 UTC) #3
Committed as r16839.

Powered by Google App Engine
This is Rietveld 408576698