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

Issue 1508293003: [Interpreter] Add support for calling eval. (Closed)

Created:
5 years ago by rmcilroy
Modified:
4 years, 11 months ago
CC:
v8-reviews_googlegroups.com, mythria
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Add support for calling eval. Adds support for calling eval to the interpreter. BUG=v8:4280 LOG=N Committed: https://crrev.com/32879ae0fa524f036f6855fd15c7de82d96e1395 Cr-Commit-Position: refs/heads/master@{#33184}

Patch Set 1 : Use CallRuntimePair support #

Patch Set 2 : Add flag fix #

Patch Set 3 : Rebased #

Total comments: 4

Patch Set 4 : Rebase #

Patch Set 5 : Fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -42 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 5 chunks +63 lines, -3 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 5 chunks +201 lines, -3 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 4 chunks +141 lines, -34 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 32 (15 generated)
rmcilroy
Orion PTAL at the interpreter changes. Benedikt PTAL at the runtime changes. Mythri FYI.
5 years ago (2015-12-09 16:30:12 UTC) #3
rmcilroy
Ping?
5 years ago (2015-12-11 12:14:07 UTC) #4
oth
Thanks, lgtm.
5 years ago (2015-12-11 14:45:29 UTC) #5
Michael Starzinger
Please be aware that this implementation is not entirely correct. Doing the lookup twice is ...
5 years ago (2015-12-11 15:17:31 UTC) #6
rmcilroy
On 2015/12/11 15:17:31, Michael Starzinger wrote: > Please be aware that this implementation is not ...
4 years, 11 months ago (2016-01-06 12:50:41 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1508293003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1508293003/20001
4 years, 11 months ago (2016-01-06 12:51:21 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1508293003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1508293003/40001
4 years, 11 months ago (2016-01-06 12:52:00 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/10573)
4 years, 11 months ago (2016-01-06 13:13:01 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1508293003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1508293003/60001
4 years, 11 months ago (2016-01-06 13:33:06 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/1275) v8_win64_rel_ng_triggered on ...
4 years, 11 months ago (2016-01-06 14:12:59 UTC) #19
mythria
Thanks Ross, yes those are the tests I planned to add.
4 years, 11 months ago (2016-01-07 15:29:07 UTC) #21
Michael Starzinger
LGTM with nits. https://codereview.chromium.org/1508293003/diff/80001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1508293003/diff/80001/src/interpreter/bytecode-generator.cc#newcode1653 src/interpreter/bytecode-generator.cc:1653: // Call LoadLookupSlotCallee/Receiver to get the ...
4 years, 11 months ago (2016-01-08 13:40:47 UTC) #22
Michael Starzinger
Also, the CL description is slightly outdated.
4 years, 11 months ago (2016-01-08 13:41:51 UTC) #23
rmcilroy
https://codereview.chromium.org/1508293003/diff/80001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1508293003/diff/80001/src/interpreter/bytecode-generator.cc#newcode1653 src/interpreter/bytecode-generator.cc:1653: // Call LoadLookupSlotCallee/Receiver to get the Callee and Receiver ...
4 years, 11 months ago (2016-01-08 14:34:30 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1508293003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1508293003/120001
4 years, 11 months ago (2016-01-08 15:17:25 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 11 months ago (2016-01-08 15:46:06 UTC) #30
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 15:46:24 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/32879ae0fa524f036f6855fd15c7de82d96e1395
Cr-Commit-Position: refs/heads/master@{#33184}

Powered by Google App Engine
This is Rietveld 408576698