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

Issue 24792002: Thumb2 Backend: Enable Crankshaft to compile all Optimized Functions in Thumb2 mode

Created:
7 years, 2 months ago by rkrithiv
Modified:
6 years, 4 months ago
Reviewers:
ulan, danno
CC:
v8-dev
Visibility:
Public.

Description

Thumb2 Backend: Enable Crankshaft to compile all Optimized Functions in Thumb2 mode This patch sets the Assembler mode to compile all optimized funcitons in Thumb2 mode. Runtime functions are modified to return code entry address. This patch also correctly handles InstanceOfKnownGlobal for Thumb2 mode. This is the 9th patch for the Thumb2 Backend. Previous patch: https://codereview.chromium.org/24791002/ Next patch: https://codereview.chromium.org/24793002/ BUG=none TEST=none

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -32 lines) Patch
src/arm/builtins-arm.cc View 8 chunks +5 lines, -10 lines 0 comments Download
src/arm/code-stubs-arm.cc View 6 chunks +14 lines, -2 lines 0 comments Download
src/arm/lithium-codegen-arm.cc View 6 chunks +25 lines, -6 lines 0 comments Download
src/lithium.cc View 1 chunk +11 lines, -1 line 0 comments Download
src/messages.js View 1 chunk +2 lines, -2 lines 0 comments Download
src/runtime.cc View 4 chunks +5 lines, -5 lines 0 comments Download
test/mjsunit/regress/regress-1122.js View 1 chunk +3 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698