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

Issue 3001883002: [vm] Read interface_target_reference from kernel binaries (Closed)

Created:
3 years, 4 months ago by alexmarkov
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[vm] Read interface_target_reference from kernel binaries This CL adds reading of 'interface_target_reference' from kernel binary files and storing it in InstanceCallInstr IL instructions. Later, it will be used to generate better code in AOT (in strong mode). R=rmacnak@google.com Issue: https://github.com/dart-lang/sdk/issues/30480 Committed: https://github.com/dart-lang/sdk/commit/61ba2f1e9a2f9f828828c0484391a01f947a1745

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add assertion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -74 lines) Patch
M runtime/vm/flag_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 4 chunks +15 lines, -9 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 16 chunks +68 lines, -41 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 1 chunk +2 lines, -6 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 4 chunks +20 lines, -17 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 4 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
alexmarkov
3 years, 4 months ago (2017-08-18 00:29:46 UTC) #2
rmacnak
lgtm w/c https://codereview.chromium.org/3001883002/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/3001883002/diff/1/runtime/vm/flag_list.h#newcode80 runtime/vm/flag_list.h:80: P(experimental_strong_mode, bool, false, "Enable experimental strong mode.") ...
3 years, 4 months ago (2017-08-18 00:52:43 UTC) #3
siva
https://codereview.chromium.org/3001883002/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/3001883002/diff/1/runtime/vm/flag_list.h#newcode80 runtime/vm/flag_list.h:80: P(experimental_strong_mode, bool, false, "Enable experimental strong mode.") \ On ...
3 years, 4 months ago (2017-08-18 01:09:01 UTC) #4
alexmarkov
https://codereview.chromium.org/3001883002/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/3001883002/diff/1/runtime/vm/intermediate_language.h#newcode2880 runtime/vm/intermediate_language.h:2880: ASSERT(function_name.IsNotTemporaryScopedHandle()); On 2017/08/18 00:52:43, rmacnak wrote: > ASSERT(interface_target_.IsNotTemporaryScopedHandle()); Done.
3 years, 4 months ago (2017-08-18 17:15:57 UTC) #5
alexmarkov
3 years, 4 months ago (2017-08-18 17:23:15 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
61ba2f1e9a2f9f828828c0484391a01f947a1745 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698