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

Issue 180243013: Stop creating dummy call frames when calling out to C functions (Closed)

Created:
6 years, 10 months ago by Cutch
Modified:
6 years, 9 months ago
Reviewers:
regis, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Stop creating dummy call frames when calling out to C functions R=asiva@google.com, regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=33122

Patch Set 1 #

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -23 lines) Patch
M runtime/vm/intermediate_language.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 6 chunks +23 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 9 chunks +29 lines, -11 lines 0 comments Download
M runtime/vm/profiler.cc View 1 2 5 chunks +27 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
6 years, 10 months ago (2014-02-26 22:10:15 UTC) #1
regis
LGTM, but how about MIPS and ARM? https://codereview.chromium.org/180243013/diff/20001/runtime/vm/constants_ia32.h File runtime/vm/constants_ia32.h (right): https://codereview.chromium.org/180243013/diff/20001/runtime/vm/constants_ia32.h#newcode64 runtime/vm/constants_ia32.h:64: const Register ...
6 years, 10 months ago (2014-02-26 23:53:12 UTC) #2
siva
https://codereview.chromium.org/180243013/diff/20001/runtime/vm/constants_ia32.h File runtime/vm/constants_ia32.h (right): https://codereview.chromium.org/180243013/diff/20001/runtime/vm/constants_ia32.h#newcode64 runtime/vm/constants_ia32.h:64: const Register CALLEE_SAVED = EDI; // Alias for a ...
6 years, 10 months ago (2014-02-27 00:00:26 UTC) #3
Cutch
https://codereview.chromium.org/180243013/diff/20001/runtime/vm/constants_ia32.h File runtime/vm/constants_ia32.h (right): https://codereview.chromium.org/180243013/diff/20001/runtime/vm/constants_ia32.h#newcode64 runtime/vm/constants_ia32.h:64: const Register CALLEE_SAVED = EDI; // Alias for a ...
6 years, 9 months ago (2014-02-27 15:52:37 UTC) #4
siva
lgtm
6 years, 9 months ago (2014-02-27 17:37:03 UTC) #5
Cutch
6 years, 9 months ago (2014-02-27 17:39:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r33122 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698