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

Issue 2579973002: Don't compile inner functions when compiling via the dispatcher (Closed)

Created:
4 years ago by jochen (gone - plz use gerrit)
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, rmcilroy, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Don't compile inner functions when compiling via the dispatcher BUG=v8:5394 R=mstarzinger@chromium.org,rmcilroy@chromium.org Review-Url: https://codereview.chromium.org/2579973002 Cr-Commit-Position: refs/heads/master@{#41754} Committed: https://chromium.googlesource.com/v8/v8/+/87bf03379908c0b08eca85a0b3b64987c6d5eb9e

Patch Set 1 #

Total comments: 1

Patch Set 2 : added comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -62 lines) Patch
M src/compiler.h View 1 3 chunks +8 lines, -3 lines 1 comment Download
M src/compiler.cc View 6 chunks +11 lines, -9 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-job.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/full-codegen.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 5 chunks +21 lines, -11 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 3 chunks +3 lines, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 6 chunks +15 lines, -9 lines 0 comments Download
M src/interpreter/interpreter.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
jochen (gone - plz use gerrit)
4 years ago (2016-12-16 10:39:49 UTC) #1
Michael Starzinger
LGTM from my end. https://codereview.chromium.org/2579973002/diff/1/src/compiler.h File src/compiler.h (right): https://codereview.chromium.org/2579973002/diff/1/src/compiler.h#newcode56 src/compiler.h:56: // Prepare a compilation job ...
4 years ago (2016-12-16 11:44:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2579973002/20001
4 years ago (2016-12-16 11:56:05 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/87bf03379908c0b08eca85a0b3b64987c6d5eb9e
4 years ago (2016-12-16 12:38:23 UTC) #14
rmcilroy
https://codereview.chromium.org/2579973002/diff/20001/src/compiler.h File src/compiler.h (right): https://codereview.chromium.org/2579973002/diff/20001/src/compiler.h#newcode26 src/compiler.h:26: enum class LazyCompilationMode { kAlways, kIfRequested }; I find ...
4 years ago (2016-12-16 12:51:17 UTC) #15
rmcilroy
4 years ago (2016-12-16 12:51:19 UTC) #16
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698