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

Issue 12213080: Use EXTERNAL_REFERENCE instead of RUNTIME_ENTRY for deoptimization entries for ARM and MIPS (Closed)

Created:
7 years, 10 months ago by haitao.feng
Modified:
7 years, 10 months ago
Reviewers:
Paul Lind, rossberg, danno
CC:
v8-dev
Visibility:
Public.

Description

Use EXTERNAL_REFERENCE instead of RUNTIME_ENTRY for deoptimization entries for ARM and MIPS

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -16 lines) Patch
M src/arm/assembler-arm-inl.h View 4 chunks +5 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/assembler.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/disassembler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/assembler-mips-inl.h View 4 chunks +4 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
haitao.feng
From the source codes and discussion with danno, RUNTIME_ENTRY is a special external reference. It ...
7 years, 10 months ago (2013-02-08 03:11:47 UTC) #1
Paul Lind
This seems OK for mips, although its a bit late, and I don't quite yet ...
7 years, 10 months ago (2013-02-08 07:01:19 UTC) #2
danno
The high-level motivation is to remove the jump table entries on x64 for "standard" deoptimizations, ...
7 years, 10 months ago (2013-02-08 08:04:10 UTC) #3
haitao.feng
Danno, thanks for the explanation. It is exactly the motivation behind this patch. I am ...
7 years, 10 months ago (2013-02-08 09:43:31 UTC) #4
haitao.feng
7 years, 10 months ago (2013-02-27 02:55:35 UTC) #5
Agreed with Danno and I will close this CL.

Powered by Google App Engine
This is Rietveld 408576698