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

Issue 11476021: Reapply "Do not call ResolveCompileInstanceFunction from the lookup stub." (Closed)

Created:
8 years ago by Kevin Millikin (Google)
Modified:
8 years ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Reapply "Do not call ResolveCompileInstanceFunction from the lookup stub." With a fix for a crash bug on x64. The near jump encoding could fail on some platforms due to platform-specific code. BUG= Committed: https://code.google.com/p/dart/source/detail?r=15845

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -154 lines) Patch
M runtime/vm/code_generator.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +0 lines, -23 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +30 lines, -65 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 2 chunks +30 lines, -65 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
https://codereview.chromium.org/11476021/diff/1/runtime/vm/stub_code_x64.cc File runtime/vm/stub_code_x64.cc (right): https://codereview.chromium.org/11476021/diff/1/runtime/vm/stub_code_x64.cc#newcode338 runtime/vm/stub_code_x64.cc:338: __ j(EQUAL, &function_not_found); This is not a near jump ...
8 years ago (2012-12-07 12:55:18 UTC) #1
Florian Schneider
8 years ago (2012-12-07 12:59:41 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698