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

Issue 2163933002: Move CompileString to Compiler (Closed)

Created:
4 years, 5 months ago by jgruber
Modified:
4 years, 5 months 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

Move CompileString to Compiler R=yangguo@chromium.org BUG= Committed: https://crrev.com/95708d14587b1d0755a2d041d460440b939e7d59 Cr-Commit-Position: refs/heads/master@{#37909}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -58 lines) Patch
M src/builtins/builtins.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/builtins/builtins.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M src/builtins/builtins-function.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/builtins/builtins-global.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
jgruber
4 years, 5 months ago (2016-07-20 11:26:34 UTC) #1
Yang
LGTM, but please wait for Michael to sign this off; compiler.cc is his precious :)
4 years, 5 months ago (2016-07-20 11:52:27 UTC) #3
Michael Starzinger
General question: Would it be possible to make Runtime_ResolvePossiblyDirectEval also use the new compiler API ...
4 years, 5 months ago (2016-07-20 12:03:36 UTC) #4
Michael Starzinger
https://codereview.chromium.org/2163933002/diff/1/src/compiler.h File src/compiler.h (right): https://codereview.chromium.org/2163933002/diff/1/src/compiler.h#newcode96 src/compiler.h:96: MUST_USE_RESULT static MaybeHandle<JSFunction> CompileString( On 2016/07/20 12:03:35, Michael Starzinger ...
4 years, 5 months ago (2016-07-20 12:05:13 UTC) #5
jgruber
Re: Runtime_ResolvePossiblyDirectEval, not in its current form, since it has, e.g., an eval_position which GetFunctionFromString ...
4 years, 5 months ago (2016-07-20 12:42:11 UTC) #6
Michael Starzinger
LGTM. Thanks!
4 years, 5 months ago (2016-07-20 12:58:47 UTC) #7
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/2163933002/20001
4 years, 5 months ago (2016-07-20 13:01:19 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-20 13:29:10 UTC) #11
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 13:34:10 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/95708d14587b1d0755a2d041d460440b939e7d59
Cr-Commit-Position: refs/heads/master@{#37909}

Powered by Google App Engine
This is Rietveld 408576698