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

Issue 14429003: Refactor ExternalReference::isolate_address() to not rely on Isolate::Current(). (Closed)

Created:
7 years, 8 months ago by Yang
Modified:
7 years, 8 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Refactor ExternalReference::isolate_address() to not rely on Isolate::Current(). R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14400

Patch Set 1 #

Total comments: 3

Patch Set 2 : addressed comments #

Total comments: 4

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -158 lines) Patch
M src/arm/code-stubs-arm.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 3 chunks +3 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 17 chunks +23 lines, -33 lines 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 3 chunks +3 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 8 chunks +12 lines, -12 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 3 chunks +3 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/regexp-macro-assembler-mips.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 18 chunks +25 lines, -36 lines 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 4 chunks +8 lines, -9 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 chunks +6 lines, -9 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 7 chunks +10 lines, -10 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Yang
7 years, 8 months ago (2013-04-23 12:55:36 UTC) #1
Sven Panne
https://codereview.chromium.org/14429003/diff/1/src/arm/regexp-macro-assembler-arm.cc File src/arm/regexp-macro-assembler-arm.cc (right): https://codereview.chromium.org/14429003/diff/1/src/arm/regexp-macro-assembler-arm.cc#newcode383 src/arm/regexp-macro-assembler-arm.cc:383: __ mov(r3, Operand(ExternalReference::isolate_address(masm_->isolate()))); Add a Isolate* RegExpMacroAssemblerARM::isolate() const { ...
7 years, 8 months ago (2013-04-23 13:18:08 UTC) #2
Yang
On 2013/04/23 13:18:08, Sven Panne wrote: > https://codereview.chromium.org/14429003/diff/1/src/arm/regexp-macro-assembler-arm.cc > File src/arm/regexp-macro-assembler-arm.cc (right): > > https://codereview.chromium.org/14429003/diff/1/src/arm/regexp-macro-assembler-arm.cc#newcode383 ...
7 years, 8 months ago (2013-04-23 14:45:31 UTC) #3
Sven Panne
LGTM with a few nits. https://codereview.chromium.org/14429003/diff/6001/src/arm/regexp-macro-assembler-arm.h File src/arm/regexp-macro-assembler-arm.h (right): https://codereview.chromium.org/14429003/diff/6001/src/arm/regexp-macro-assembler-arm.h#newcode227 src/arm/regexp-macro-assembler-arm.h:227: inline Isolate* isolate() { ...
7 years, 8 months ago (2013-04-24 06:29:46 UTC) #4
Yang
On 2013/04/24 06:29:46, Sven Panne wrote: > LGTM with a few nits. > > https://codereview.chromium.org/14429003/diff/6001/src/arm/regexp-macro-assembler-arm.h ...
7 years, 8 months ago (2013-04-24 07:38:53 UTC) #5
Yang
7 years, 8 months ago (2013-04-24 07:39:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r14400 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698