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

Issue 1476763002: Make whether or not a Code object should be created by masm explicit (Closed)

Created:
5 years ago by jochen (gone - plz use gerrit)
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Make whether or not a Code object should be created by masm explicit We always want to have an Isolate, so just use an extra ctor arg BUG=2487 R=yangguo@chromium.org,mstarzinger@chromium.org LOG=n Committed: https://crrev.com/aa9cfc822225e18f38c75033f5c88012ea206c32 Cr-Commit-Position: refs/heads/master@{#32277}

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 1

Patch Set 3 : enum class FTW #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -350 lines) Patch
M src/arm/code-stubs-arm.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 2 4 chunks +8 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/assembler.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/code-generator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/lithium.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/deoptimizer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/ic/access-compiler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M src/mips64/code-stubs-mips64.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/mips64/codegen-mips64.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M src/ppc/code-stubs-ppc.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/codegen-ppc.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/ppc/macro-assembler-ppc.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/regexp/arm/regexp-macro-assembler-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp/arm64/regexp-macro-assembler-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp/ia32/regexp-macro-assembler-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp/mips/regexp-macro-assembler-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp/mips64/regexp-macro-assembler-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp/ppc/regexp-macro-assembler-ppc.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp/x64/regexp-macro-assembler-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/regexp/x87/regexp-macro-assembler-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/x87/codegen-x87.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/x87/macro-assembler-x87.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 2 2 chunks +18 lines, -16 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 2 9 chunks +18 lines, -9 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 51 chunks +68 lines, -51 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 2 55 chunks +72 lines, -55 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 2 9 chunks +18 lines, -9 lines 0 comments Download
M test/cctest/test-assembler-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-disasm-arm64.cc View 1 2 52 chunks +66 lines, -55 lines 0 comments Download
M test/cctest/test-hashing.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-heap.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-macro-assembler-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 2 4 chunks +8 lines, -4 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 2 23 chunks +46 lines, -23 lines 0 comments Download
M test/cctest/test-macro-assembler-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (4 generated)
jochen (gone - plz use gerrit)
ptal I'm also added the isolate at the callsites where it was trivially available
5 years ago (2015-11-25 09:31:27 UTC) #1
Yang
lgtm
5 years ago (2015-11-25 10:49:29 UTC) #2
Yang
On 2015/11/25 10:49:29, Yang wrote: > lgtm methinks you still need owners for src/ic and ...
5 years ago (2015-11-25 10:51:12 UTC) #3
jochen (gone - plz use gerrit)
+jkummerow ptal
5 years ago (2015-11-25 10:53:04 UTC) #5
Toon Verwaest
Could you turn that into an enum?
5 years ago (2015-11-25 10:55:50 UTC) #7
Michael Starzinger
https://codereview.chromium.org/1476763002/diff/20001/src/arm/macro-assembler-arm.h File src/arm/macro-assembler-arm.h (right): https://codereview.chromium.org/1476763002/diff/20001/src/arm/macro-assembler-arm.h#newcode92 src/arm/macro-assembler-arm.h:92: bool create_code_object); Random boolean argument is being random. Can ...
5 years ago (2015-11-25 11:31:57 UTC) #8
Jakob Kummerow
src/ic/* and src/crankshaft/* LGTM if you address Toon's/Michi's comment.
5 years ago (2015-11-25 11:46:49 UTC) #9
jochen (gone - plz use gerrit)
ptal
5 years ago (2015-11-25 12:31:36 UTC) #10
Michael Starzinger
LGTM from my end.
5 years ago (2015-11-25 14:10:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1476763002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1476763002/40001
5 years ago (2015-11-25 14:12:31 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-11-25 14:23:43 UTC) #15
commit-bot: I haz the power
5 years ago (2015-11-25 14:24:05 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/aa9cfc822225e18f38c75033f5c88012ea206c32
Cr-Commit-Position: refs/heads/master@{#32277}

Powered by Google App Engine
This is Rietveld 408576698